インターフェース CommandNotFoundMessageProvider
- すべてのスーパーインターフェース:
FunctionSE<CommandNotFoundMessageProvider.ProviderContext,StringSE>
- 関数インターフェース:
- これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。
@FunctionalInterfaceSE
public interface CommandNotFoundMessageProvider
extends FunctionSE<CommandNotFoundMessageProvider.ProviderContext,StringSE>
CommandNotFoundResultHandler 内で使用されるメッセージのプロバイダー。ネストされたクラスの概要
ネストされたクラス方法の概要
静的メソッド修飾子と型メソッド説明contextOf(ThrowableSE error, ListSE<StringSE> commands, MapSE<StringSE, CommandRegistration> registrations, StringSE text) インターフェース java.util.function.FunctionSE から継承されたメソッド
andThenSE, applySE, composeSE
メソッドの詳細
contextOf
static CommandNotFoundMessageProvider.ProviderContext contextOf(ThrowableSE error, ListSE<StringSE> commands, MapSE<StringSE, CommandRegistration> registrations, StringSE text)