Package org.dmfs.jems2
Interface ThrowingFunction<Argument,Result>
- All Known Subinterfaces:
FragileFunction<Argument,,Result, E> Function<Argument,Value>
- All Known Implementing Classes:
Clamping,DelegatingFunction,DiffMap,IdentityFunction,SingleFunction,Unchecked
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A unary function that can throw a
Throwable.- See Also:
-
Method Summary
-
Method Details
-
value
Returns the value of this function at the given argument.- Throws:
Throwable
-