Interface Command.Builder.Applicable<C>

Type Parameters:
C - command sender type
Enclosing class:
Command.Builder<C>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@API(status=STABLE) @FunctionalInterface public static interface Command.Builder.Applicable<C>
Essentially a UnaryOperator for Command.Builder, but as a separate interface to avoid conflicts.