Package org.dmfs.jems2
Interface Function<Argument,Value>
-
- All Superinterfaces:
FragileFunction<Argument,Value,java.lang.RuntimeException>
- All Known Implementing Classes:
Clamping,DiffMap,IdentityFunction,Unchecked
public interface Function<Argument,Value> extends FragileFunction<Argument,Value,java.lang.RuntimeException>
An unary function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Valuevalue(Argument argument)Returns the value of this function at the given argument.
-