T0 - the type of the first argument to the functionT1 - the type of the second argument to the functionT2 - the type of the third argument to the functionR - the type of the result of the function@FunctionalInterface public interface TriFunction<T0,T1,T2,R> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
default R | 
apply(T0 t0,
     T1 t1,
     T2 t2)
Applies this function to the given arguments. 
 | 
R | 
applyEx(T0 t0,
       T1 t1,
       T2 t2)
Exception-declaring variant of  
apply(T0, T1, T2). | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.