public interface IgniteBiFunction<T,U,R> extends BiFunction<T,U,R>, Serializable
BiFunction
Modifier and Type | Method and Description |
---|---|
default <V> IgniteBiFunction<T,U,V> |
andThen(IgniteFunction<? super R,? extends V> after) |
andThen, apply
default <V> IgniteBiFunction<T,U,V> andThen(IgniteFunction<? super R,? extends V> after)
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024