T
- the type of results supplied by this supplierE
- the type of the exception that can be thrown by the operation@FunctionalInterface public interface ESupplier<T,E extends Throwable>
ESupplier
interface expands on the Supplier
interface provide the ability to throw exceptions.Modifier and Type | Method and Description |
---|---|
T |
get()
Gets a result.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.