@FunctionalInterface public interface DistributedIntSupplier extends IntSupplier, Serializable
Serializable variant of java.util.function.IntSupplier which declares checked exception.| Modifier and Type | Method and Description |
|---|---|
default int |
getAsInt() |
int |
getAsIntEx()
Exception-declaring version of
IntSupplier.getAsInt(). |
int getAsIntEx()
throws Exception
IntSupplier.getAsInt().Exceptiondefault int getAsInt()
getAsInt in interface IntSupplierCopyright © 2018 Hazelcast, Inc.. All rights reserved.