Package dev.sympho.bot_utils.component
Interface ButtonManager.HandlerFunction
- All Superinterfaces:
BiFunction<ButtonEventContext,,String, Mono<?>> ComponentManager.HandlerFunction<ButtonEventContext>
- Enclosing class:
- ButtonManager
- 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 ButtonManager.HandlerFunction
extends ComponentManager.HandlerFunction<ButtonEventContext>
A function used to handle a button press 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