Package org.pentaho.platform.web.gwt.rpc.util
-
Interface Summary Interface Description ThrowingSupplier<T,E extends Throwable> TheThrowingSupplierrepresents a supplier of a value, of typeTwhich, when failing, throws an exception of typeE.
| Interface | Description |
|---|---|
| ThrowingSupplier<T,E extends Throwable> |
The
ThrowingSupplier represents a supplier of a value, of type T which,
when failing, throws an exception of type E. |