Interface ThrowingFunction<T,R,E extends java.lang.Throwable>
-
public interface ThrowingFunction<T,R,E extends java.lang.Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t)Applies this function, which may throw an exception, to the given argument.
-