Class Identity
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_long.Identity
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Identity extends java.lang.Object implements java.util.function.LongUnaryOperatorSimply returns the input value. This function intentionally does nothing.
-
-
Constructor Summary
Constructors Constructor Description Identity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapplyAsLong(long operand)
-