Package org.kingdoms.commands
Class CommandTabContext.Completer
java.lang.Object
org.kingdoms.commands.CommandTabContext.Completer
- Enclosing class:
CommandTabContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()then(Supplier<CommandTabContext.Completer> other) then(org.kingdoms.utils.internal.functional.SecondarySupplier<Collection<String>> other) thenRemaining(org.kingdoms.utils.internal.functional.SecondarySupplier<Collection<String>> other)
-
Constructor Details
-
Completer
-
-
Method Details
-
then
public CommandTabContext.Completer then(org.kingdoms.utils.internal.functional.SecondarySupplier<Collection<String>> other) -
then
-
thenRemaining
public List<String> thenRemaining(org.kingdoms.utils.internal.functional.SecondarySupplier<Collection<String>> other) -
build
-