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