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