java.util.function interfaces in 3.0.public final class IntPredicates extends Object
IntPredicate types| Constructor and Description |
|---|
IntPredicates()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static IntPredicate |
alwaysFalse()
Deprecated.
A predicate that is always false
|
static IntPredicate |
alwaysTrue()
Deprecated.
A predicate that is always true
|
public static IntPredicate alwaysTrue()
public static IntPredicate alwaysFalse()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.