@FunctionalInterface public static interface Distributed.BooleanSupplier extends java.util.function.BooleanSupplier, Serializable
boolean
-valued results. This is the
boolean
-producing primitive specialization of Distributed.Supplier
.
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()
.
Distributed.Supplier
getAsBoolean
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.