@FunctionalInterface public interface DistributedBooleanSupplier extends java.util.function.BooleanSupplier, Serializable
boolean-valued results. This is the
boolean-producing primitive specialization of DistributedSupplier.
There is no requirement that a new or distinct result be returned each time the supplier is invoked.
This is a functional interface
whose functional method is BooleanSupplier.getAsBoolean().
DistributedSuppliergetAsBooleanCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.