Package org.dmfs.jems2.function
Class IdentityFunction<Argument>
java.lang.Object
org.dmfs.jems2.function.IdentityFunction<Argument>
- All Implemented Interfaces:
FragileFunction<Argument,,Argument, RuntimeException> Function<Argument,Argument>
Identity function.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdentityFunction
public IdentityFunction()
-
-
Method Details
-
identity
-
value
Description copied from interface:FunctionReturns the value of this function at the given argument.- Specified by:
valuein interfaceFragileFunction<Argument,Argument, RuntimeException> - Specified by:
valuein interfaceFunction<Argument,Argument>
-