Uses of Interface
ru.cwcode.commands.extra.TriConsumer
Packages that use TriConsumer
Package
Description
-
Uses of TriConsumer in ru.cwcode.commands.extra.builder
Methods in ru.cwcode.commands.extra.builder with parameters of type TriConsumerModifier and TypeMethodDescriptionRunnableCommandBuilder.runnable(TriConsumer<S, E, ArgumentParser> onExecute) -
Uses of TriConsumer in ru.cwcode.commands.extra.builder.update
Methods in ru.cwcode.commands.extra.builder.update with parameters of type TriConsumerConstructors in ru.cwcode.commands.extra.builder.update with parameters of type TriConsumerModifierConstructorDescriptionUpdatableField(String name, Argument argument, TriConsumer<E, V, S> consumer) -
Uses of TriConsumer in ru.cwcode.commands.extra.command.executor
Constructors in ru.cwcode.commands.extra.command.executor with parameters of type TriConsumerModifierConstructorDescriptionExtraExecutor(RepositoryAccessor<E, K, S> builder, TriConsumer<S, E, ArgumentParser> onExecute, int keyIndex)