Package org.dmfs.jems2.function
Class IdentityFunction<Argument>
- java.lang.Object
-
- org.dmfs.jems2.function.IdentityFunction<Argument>
-
- All Implemented Interfaces:
FragileFunction<Argument,Argument,java.lang.RuntimeException>,Function<Argument,Argument>
public final class IdentityFunction<Argument> extends java.lang.Object implements Function<Argument,Argument>
Identity function.
-
-
Constructor Summary
Constructors Constructor Description IdentityFunction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <V> Function<V,V>identity()Argumentvalue(Argument argument)Returns the value of this function at the given argument.
-