A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

F

fireCommandNotAllowedEvent(CommandContext<M>) - Method in class net.kautler.command.api.CommandHandler
Fires a command not allowed CDI event asynchronously using Event.fireAsync(Object) that can be handled using @ObservesAsync.
fireCommandNotFoundEvent(CommandContext<M>) - Method in class net.kautler.command.api.CommandHandler
Fires a command not found CDI event asynchronously using Event.fireAsync(Object) that can be handled using @ObservesAsync.
fixup(String, String) - Method in interface net.kautler.command.api.parameter.Parameters
If you for example have an optional placeholder followed by an optional literal like in [<placeholder>] ['literal'] or alternatively a placeholder or literal like in (<placeholder> | 'literal') and a user invokes the command with only the parameter literal, it could fit in both parameter slots.
forEach(BiConsumer<? super String, ? super R>) - Method in interface net.kautler.command.api.parameter.Parameters
Performs the given action for each entry in this parameters instance with an optional implicit downcast for the value until all entries have been processed or the action throws an exception.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages