Package org.apache.juneau.utils
Interface Tuple4Function<A,B,C,D,R>    
- Type Parameters:
- A- Object 1 type.
- B- Object 2 type.
- C- Object 3 type.
- D- Object 4 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 4 objects.
 
 Similar to BiFunction except for 4 parameters.
 
   Tuple4Function<A,B,C,D,R> 
See Also:
- 
Method Summary
- 
Method Details- 
apply
- 
andThen
 
-