public final class IdentityFunction<Argument> extends java.lang.Object implements Function<Argument,Argument>
| Constructor and Description |
|---|
IdentityFunction() |
| Modifier and Type | Method and Description |
|---|---|
Argument |
value(Argument argument)
Returns the value of this function at the given argument.
|
public Argument value(Argument argument)
FragileFunctionvalue in interface FragileFunction<Argument,Argument,java.lang.RuntimeException>argument - The argument of the function.