Package dev.sympho.bot_utils.component
Interface ModalManager.HandlerFunction
- All Superinterfaces:
BiFunction<ModalEventContext,,String, Mono<?>> ComponentManager.HandlerFunction<ModalEventContext>
- Enclosing class:
- ModalManager
- 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 ModalManager.HandlerFunction
extends ComponentManager.HandlerFunction<ModalEventContext>
A function used to handle a modal submit event.
- Since:
- 1.0
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface dev.sympho.bot_utils.component.ComponentManager.HandlerFunction
apply