Package org.primefaces.util
Class Callbacks
java.lang.Object
org.primefaces.util.Callbacks
Collection of callback interfaces. Useful in (mini) visitor and strategy patterns.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFunctional interface for a two-argument consumer that can throw an IOException.static interfaceCallbacks.FailableRunnable<E extends Throwable>Functional interface for a runnable with the potential to throw an exception.static interfaceA functional interface that extends Consumer interface and Serializable interface.static interfaceA functional interface that extends Function interface and Serializable interface.static interfaceA functional interface that extends Predicate interface and Serializable interface.static interfaceA functional interface that extends Supplier interface and Serializable interface.static interfaceA functional interface for a consumer that accepts three input arguments. -
Method Summary