Class Functions.LongPassThruFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.LongPassThruFunction
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<java.lang.Long,java.lang.Long>
,java.util.function.ToLongFunction<java.lang.Long>
,Function<java.lang.Long,java.lang.Long>
,LongFunction<java.lang.Long>
- Enclosing class:
- Functions
private static class Functions.LongPassThruFunction extends java.lang.Object implements Function<java.lang.Long,java.lang.Long>, LongFunction<java.lang.Long>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
LongPassThruFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
longValueOf(java.lang.Long each)
java.lang.String
toString()
java.lang.Long
valueOf(java.lang.Long each)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.LongFunction
applyAsLong
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
longValueOf
public long longValueOf(java.lang.Long each)
- Specified by:
longValueOf
in interfaceLongFunction<java.lang.Long>
-
valueOf
public java.lang.Long valueOf(java.lang.Long each)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-