Interface ThrowingSupplier<T,K extends java.lang.Throwable>
-
public interface ThrowingSupplier<T,K extends java.lang.Throwable>
Functional interface that performs an operation that might throw an exception.Follows naming scheme of Java 8 functional interfaces.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
-