Class Functions.SquaredIntegerFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.SquaredIntegerFunction
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<java.lang.Integer,java.lang.Integer>,Function<java.lang.Integer,java.lang.Integer>
- Enclosing class:
- Functions
private static final class Functions.SquaredIntegerFunction extends java.lang.Object implements Function<java.lang.Integer,java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateSquaredIntegerFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegervalueOf(java.lang.Integer value)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-