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 interface
Functional interface for a two-argument consumer that can throw an IOException.static interface
Callbacks.FailableRunnable<E extends Throwable>
Functional interface for a runnable with the potential to throw an exception.static interface
A functional interface that extends Consumer interface and Serializable interface.static interface
A functional interface that extends Function interface and Serializable interface.static interface
A functional interface that extends Predicate interface and Serializable interface.static interface
A functional interface that extends Supplier interface and Serializable interface.static interface
A functional interface for a consumer that accepts three input arguments. -
Method Summary