|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicate | |
---|---|
org.fusesource.hawtdb.api | The HawDB client API As implementation interfaces harden up, they will get moved into this package. |
Uses of Predicate in org.fusesource.hawtdb.api |
---|
Methods in org.fusesource.hawtdb.api that return Predicate | ||
---|---|---|
static
|
Predicates.all()
|
|
static
|
Predicates.and(java.util.List<Predicate<Key>> conditions)
|
|
static
|
Predicates.and(Predicate<Key>... conditions)
|
|
static
|
Predicates.gt(Key key)
|
|
static
|
Predicates.gte(Key key)
|
|
static
|
Predicates.lt(Key key)
|
|
static
|
Predicates.lte(Key key)
|
|
static
|
Predicates.lte(Key first,
Key last)
|
|
static
|
Predicates.none()
|
|
static
|
Predicates.or(java.util.List<Predicate<Key>> conditions)
|
|
static
|
Predicates.or(Predicate<Key>... conditions)
|
Methods in org.fusesource.hawtdb.api with parameters of type Predicate | ||
---|---|---|
static
|
Predicates.and(Predicate<Key>... conditions)
|
|
java.util.Iterator<java.util.Map.Entry<Key,Value>> |
SortedIndex.iterator(Predicate<Key> predicate)
|
|
static
|
Predicates.or(Predicate<Key>... conditions)
|
|
static
|
Predicates.visitor(Predicate<Key> predicate)
|
Method parameters in org.fusesource.hawtdb.api with type arguments of type Predicate | ||
---|---|---|
static
|
Predicates.and(java.util.List<Predicate<Key>> conditions)
|
|
static
|
Predicates.or(java.util.List<Predicate<Key>> conditions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |