Uses of Interface
com.hazelcast.function.BiFunctionEx
Package
Description
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.-
Uses of BiFunctionEx in com.hazelcast.function
Modifier and TypeMethodDescriptiondefault <V> BiFunctionEx<T,
U, V> BiFunctionEx.andThen
(FunctionEx<? super R, ? extends V> after) Serializable
variant ofjava.util.function.BiFunction#andThen(Function)
.