Class BooleanPredicates.IsTrueBooleanPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.IsTrueBooleanPredicate
-
- All Implemented Interfaces:
java.io.Serializable
,BooleanPredicate
- Enclosing class:
- BooleanPredicates
private static final class BooleanPredicates.IsTrueBooleanPredicate extends java.lang.Object implements BooleanPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
IsTrueBooleanPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(boolean value)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
accept
public boolean accept(boolean value)
- Specified by:
accept
in interfaceBooleanPredicate
-
-