Class IntPredicates.AlwaysTrueIntPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.IntPredicates.AlwaysTrueIntPredicate
- All Implemented Interfaces:
Serializable
,IntPredicate
,IntPredicate
- Enclosing class:
IntPredicates
private static final class IntPredicates.AlwaysTrueIntPredicate
extends Object
implements IntPredicate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.IntPredicate
and, negate, or
Methods inherited from interface org.eclipse.collections.api.block.predicate.primitive.IntPredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AlwaysTrueIntPredicate
private AlwaysTrueIntPredicate()
-
-
Method Details
-
accept
public boolean accept(int value) - Specified by:
accept
in interfaceIntPredicate
-