Interface IThrowableFunction<T,R>
- Type Parameters:
T- the typeR- the return type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault <V> IThrowableFunction<T,V> andThen(IThrowableFunction<? super R, ? extends V> var1) default <V> IThrowableFunction<V,R> compose(IThrowableFunction<? super V, ? extends T> var1) static <T> IThrowableFunction<T,T> identity()
-
Method Details
-
apply
- Throws:
Exception
-
compose
-
andThen
-
identity
-