@FunctionalInterface public interface DistributedTriFunction<T0,T1,T2,R> extends TriFunction<T0,T1,T2,R>, Serializable
Serializable variant of TriFunction which declares checked
exception.| 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
TriFunction.apply(T0, T1, T2). |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.