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()
Gets a result.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.