Package ch.codexs.util
Interface Result.ThrowingSupplier<T,E extends java.lang.Throwable>
-
- Type Parameters:
T- The type of the content to be wrapped by aResult.E- The type of the exceptions the supplier is expected to throw.
public static interface Result.ThrowingSupplier<T,E extends java.lang.Throwable>A supplier for result content which can throw exceptions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tsupply()
-