- java.lang.Object
-
- org.omnifaces.util.FunctionalInterfaces
-
public final class FunctionalInterfaces extends Object
Collection of functional interfaces. Useful in (mini) visitor and strategy patterns.- Since:
- 4.6
- Author:
- Bauke Scholtz
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FunctionalInterfaces.SerializableBiConsumer<T,U>
Use this if you need a serializable bi-consumer.static interface
FunctionalInterfaces.SerializableBiFunction<T,U,R>
Use this if you need a serializable bi-function.static interface
FunctionalInterfaces.SerializableConsumer<T>
Use this if you need a serializable consumer.static interface
FunctionalInterfaces.SerializableFunction<T,R>
Use this if you need a serializable function.static interface
FunctionalInterfaces.SerializableRunnable
Use this if you need a serializable runnable.static interface
FunctionalInterfaces.SerializableSupplier<T>
Use this if you need a serializable supplier.static interface
FunctionalInterfaces.ThrowingBiConsumer<T,U>
Use this if you need a throwing bi-consumer.static interface
FunctionalInterfaces.ThrowingBiFunction<T,U,R>
Use this if you need a throwing bi-function.static interface
FunctionalInterfaces.ThrowingConsumer<T>
Use this if you need a throwing consumer.static interface
FunctionalInterfaces.ThrowingFunction<T,R>
Use this if you need a throwing function.static interface
FunctionalInterfaces.ThrowingRunnable
Use this if you need a throwing runnable.static interface
FunctionalInterfaces.ThrowingSupplier<T>
Use this if you need a throwing supplier.
-
Constructor Summary
Constructors Constructor Description FunctionalInterfaces()
-