Uses of Interface
dev.sympho.bot_utils.component.ModalManager.HandlerFunction
Packages that use ModalManager.HandlerFunction
-
Uses of ModalManager.HandlerFunction in dev.sympho.bot_utils.component
Methods in dev.sympho.bot_utils.component that return ModalManager.HandlerFunctionModifier and TypeMethodDescriptionModalManager.Handler.handler()Returns the value of thehandlerrecord component.Methods in dev.sympho.bot_utils.component with parameters of type ModalManager.HandlerFunctionModifier and TypeMethodDescriptionstatic ModalManager.HandlerModalManager.Handler.of(ModalManager.HandlerFunction handler) Creates a handler that uses the given function..static ModalManager.HandlerEntryModalManager.HandlerEntry.of(String id, ModalManager.HandlerFunction handler) Creates a handler with the given ID that uses the given function.Method parameters in dev.sympho.bot_utils.component with type arguments of type ModalManager.HandlerFunctionModifier and TypeMethodDescriptionModalManager.Handler.compose(UnaryOperator<ModalManager.HandlerFunction> transform) Constructors in dev.sympho.bot_utils.component with parameters of type ModalManager.HandlerFunctionModifierConstructorDescriptionHandler(ModalManager.HandlerFunction handler) Creates an instance of aHandlerrecord class.