Uses of Interface
org.fusesource.hawtdb.api.Predicate

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
<Key> Predicate<Key>
Predicates.all()
           
static
<Key> Predicate<Key>
Predicates.and(java.util.List<Predicate<Key>> conditions)
           
static
<Key> Predicate<Key>
Predicates.and(Predicate<Key>... conditions)
           
static
<Key> Predicate<Key>
Predicates.gt(Key key)
           
static
<Key> Predicate<Key>
Predicates.gte(Key key)
           
static
<Key> Predicate<Key>
Predicates.lt(Key key)
           
static
<Key> Predicate<Key>
Predicates.lte(Key key)
           
static
<Key> Predicate<Key>
Predicates.lte(Key first, Key last)
           
static
<Key> Predicate<Key>
Predicates.none()
           
static
<Key> Predicate<Key>
Predicates.or(java.util.List<Predicate<Key>> conditions)
           
static
<Key> Predicate<Key>
Predicates.or(Predicate<Key>... conditions)
           
 

Methods in org.fusesource.hawtdb.api with parameters of type Predicate
static
<Key> Predicate<Key>
Predicates.and(Predicate<Key>... conditions)
           
 java.util.Iterator<java.util.Map.Entry<Key,Value>> SortedIndex.iterator(Predicate<Key> predicate)
           
static
<Key> Predicate<Key>
Predicates.or(Predicate<Key>... conditions)
           
static
<Key,Value>
IndexVisitor<Key,Value>
Predicates.visitor(Predicate<Key> predicate)
           
 

Method parameters in org.fusesource.hawtdb.api with type arguments of type Predicate
static
<Key> Predicate<Key>
Predicates.and(java.util.List<Predicate<Key>> conditions)
           
static
<Key> Predicate<Key>
Predicates.or(java.util.List<Predicate<Key>> conditions)
           
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.