java.lang.Object
org.omnifaces.util.FunctionalInterfaces
Collection of functional interfaces. Useful in (mini) visitor and strategy patterns.
- Since:
- 4.6
- Author:
- Bauke Scholtz
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceUse this if you need a serializable bi-consumer.static interfaceUse this if you need a serializable bi-function.static interfaceUse this if you need a serializable consumer.static interfaceUse this if you need a serializable function.static interfaceUse this if you need a serializable runnable.static interfaceUse this if you need a serializable supplier.static interfaceUse this if you need a throwing bi-consumer.static interfaceUse this if you need a throwing bi-function.static interfaceUse this if you need a throwing consumer.static interfaceUse this if you need a throwing function.static interfaceUse this if you need a throwing runnable.static interfaceUse this if you need a throwing supplier. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionalInterfaces
public FunctionalInterfaces()
-