Class BooleanPredicates.NotBooleanPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.NotBooleanPredicate
- All Implemented Interfaces:
Serializable
,BooleanPredicate
- Enclosing class:
BooleanPredicates
private static final class BooleanPredicates.NotBooleanPredicate
extends Object
implements BooleanPredicate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
negate
-
-
Constructor Details
-
NotBooleanPredicate
-
-
Method Details
-
accept
public boolean accept(boolean actual) - Specified by:
accept
in interfaceBooleanPredicate
-