java.util.function interface and classes in 3.0.public interface BooleanSupplier
Supplier.
There is no requirement that a new or distinct result be returned each time the supplier is invoked.| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsBoolean()
Deprecated.
Gets a result.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.