@FunctionalInterface public interface DistributedBiFunction<T,U,R> extends BiFunction<T,U,R>, Serializable
Serializable
variant of java.util.function.BiFunction
.Modifier and Type | Method and Description |
---|---|
default <V> DistributedBiFunction<T,U,V> |
andThen(DistributedFunction<? super R,? extends V> after)
Serializable variant of java.util.function.BiFunction#andThen(Function) . |
andThen, apply
default <V> DistributedBiFunction<T,U,V> andThen(DistributedFunction<? super R,? extends V> after)
Serializable
variant of java.util.function.BiFunction#andThen(Function)
.Copyright © 2018 Hazelcast, Inc.. All rights reserved.