Uses of Record Class
dev.sympho.bot_utils.component.ButtonManager.Handler
Packages that use ButtonManager.Handler
-
Uses of ButtonManager.Handler in dev.sympho.bot_utils.component
Methods in dev.sympho.bot_utils.component that return ButtonManager.HandlerModifier and TypeMethodDescriptionButtonManager.Handler.compose(UnaryOperator<ButtonManager.HandlerFunction> transform) ButtonManager.HandlerEntry.handler()Returns the value of thehandlerrecord component.static ButtonManager.HandlerButtonManager.Handler.of(ButtonManager.HandlerFunction handler) Creates a handler that uses the given function and requires no groups.static ButtonManager.HandlerButtonManager.Handler.of(ButtonManager.HandlerFunction handler, Group group) Creates a handler that uses the given function and requires the given group.Methods in dev.sympho.bot_utils.component with parameters of type ButtonManager.HandlerModifier and TypeMethodDescriptionButtonManager.validateInteraction(ButtonManager.ButtonContext context, ButtonManager.Handler handler) Constructors in dev.sympho.bot_utils.component with parameters of type ButtonManager.HandlerModifierConstructorDescriptionHandlerEntry(String id, ButtonManager.Handler handler, boolean mutex) Creates an instance of aHandlerEntryrecord class.