Package org.opencastproject.util.data
Class Function2<A,B,C>
java.lang.Object
org.opencastproject.util.data.Function2<A,B,C>
- Direct Known Subclasses:
Effect2,Function2.X
Function of arity 2.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFunction2.X<A,B, C> Version ofFunction2that allows for throwing a checked exception. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Function2
public Function2()
-
-
Method Details
-
apply
Apply function toaandb. -
curry
Currying. -
curry
Currying. (a, b) -> c => a -> b -> c -
flip
Argument flipping.
-