@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) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019