Class PrimitiveFunctions.IntegerIsPositive
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.PrimitiveFunctions.IntegerIsPositive
-
- All Implemented Interfaces:
java.io.Serializable
,BooleanFunction<java.lang.Integer>
- Enclosing class:
- PrimitiveFunctions
private static class PrimitiveFunctions.IntegerIsPositive extends java.lang.Object implements BooleanFunction<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
IntegerIsPositive()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
booleanValueOf(java.lang.Integer integer)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
booleanValueOf
public boolean booleanValueOf(java.lang.Integer integer)
- Specified by:
booleanValueOf
in interfaceBooleanFunction<java.lang.Integer>
-
-