Package org.dmfs.jems2
Interface Function<Argument,Value>
- All Superinterfaces:
FragileFunction<Argument,,Value, RuntimeException> ThrowingFunction<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.
@FunctionalInterface
public interface Function<Argument,Value>
extends FragileFunction<Argument,Value,RuntimeException>
A unary function.
-
Method Summary
-
Method Details
-
value
Returns the value of this function at the given argument.- Specified by:
valuein interfaceFragileFunction<Argument,Value, RuntimeException> - Specified by:
valuein interfaceThrowingFunction<Argument,Value>
-