Package org.apache.juneau.utils
Interface Tuple3Function<A,B,C,R>
- Type Parameters:
A- Object 1 type.B- Object 2 type.C- Object 3 type.R- Result type.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Allows you to perform a function against 3 objects.
Similar to BiFunction except for 3 parameters.
Tuple3Function<A,B,C,R>
See Also:
-
Method Summary
-
Method Details
-
apply
-
andThen
-