@FunctionalInterface public interface IgniteTriFunction<A,B,C,R> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default <V> IgniteTriFunction<A,B,C,V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(A a,
B b,
C c) |
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025