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 longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateLongPassThruFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longlongValueOf(java.lang.Long each)java.lang.StringtoString()java.lang.LongvalueOf(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:
longValueOfin interfaceLongFunction<java.lang.Long>
-
valueOf
public java.lang.Long valueOf(java.lang.Long each)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-