T - the type of results supplied by this supplierE - the type of exception that may be thrown from the functionpublic interface ThrowingSupplier<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets a result.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.