Interface CheckedTriFunction<T,T2,T3,R>
- Type Parameters:
T- type 1T2- type 2T3- type 3R- result type
public interface CheckedTriFunction<T,T2,T3,R>
CheckedTriFunction is a checked variant of
TriFunction-
Method Summary
-
Method Details
-
apply
Applies the parameters to the function implemented or throws an exception- Parameters:
t- parameter 1t2- parameter 2t3- parameter 3- Returns:
- the result in normal circumstance
- Throws:
Exception- is otherwise thrown
-