Interface CommandRegistration.BuilderSupplier

All Superinterfaces:
Supplier<CommandRegistration.Builder>
Enclosing interface:
CommandRegistration
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CommandRegistration.BuilderSupplier extends Supplier<CommandRegistration.Builder>
Interface used to supply instance of a CommandRegistration.Builder. Meant to be a single point access to centrally configured builder in an application context.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get