Uses of Record Class
dev.sympho.bot_utils.component.ModalManager.Handler
Packages that use ModalManager.Handler
-
Uses of ModalManager.Handler in dev.sympho.bot_utils.component
Methods in dev.sympho.bot_utils.component that return ModalManager.HandlerModifier and TypeMethodDescriptionModalManager.Handler.compose(UnaryOperator<ModalManager.HandlerFunction> transform) ModalManager.HandlerEntry.handler()Returns the value of thehandlerrecord component.static ModalManager.HandlerModalManager.Handler.of(ModalManager.HandlerFunction handler) Creates a handler that uses the given function..Methods in dev.sympho.bot_utils.component with parameters of type ModalManager.HandlerModifier and TypeMethodDescriptionModalManager.validateInteraction(ModalManager.ModalContext context, ModalManager.Handler handler) Constructors in dev.sympho.bot_utils.component with parameters of type ModalManager.HandlerModifierConstructorDescriptionHandlerEntry(String id, ModalManager.Handler handler) Creates an instance of aHandlerEntryrecord class.