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.
|
static <TYPE> ThrowingSupplier<TYPE,RuntimeException> |
throwingSupplier(Supplier<TYPE> supplier) |
static <TYPE> ThrowingSupplier<TYPE,RuntimeException> throwingSupplier(Supplier<TYPE> supplier)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.