Interface ThrowingSupplier<T,E extends java.lang.Throwable>
-
public interface ThrowingSupplier<T,E extends java.lang.Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()Gets a result which may throw an exception.
-