@FunctionalInterface public interface DistributedSupplier<T> extends Supplier<T>, Serializable
Serializable variant of java.util.function.Supplier
which declares checked exception.| Modifier and Type | Method and Description |
|---|---|
default T |
get() |
T |
getEx()
Exception-declaring version of
Supplier.get(). |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.