Uses of Interface
com.db4o.foundation.Predicate4
-
Packages that use Predicate4 Package Description com.db4o.foundation com.db4o.internal.handlers -
-
Uses of Predicate4 in com.db4o.foundation
Classes in com.db4o.foundation that implement Predicate4 Modifier and Type Class Description class
SubTypePredicate
Methods in com.db4o.foundation with parameters of type Predicate4 Modifier and Type Method Description static boolean
Iterators. any(Iterator4 iterator, Predicate4 condition)
static Iterable4
Iterators. filter(Iterable4 source, Predicate4 predicate)
static Iterator4
Iterators. filter(Iterator4 iterator, Predicate4 predicate)
static <T> Iterator4<T>
Iterators. filter(T[] array, Predicate4<T> predicate)
static <T> java.util.List<T>
NativeCollections. filter(java.util.List<T> items, Predicate4<T> predicate)
Tree
Tree. filter(Predicate4 a_filter)
T
BlockingQueue. nextMatching(Predicate4<T> condition)
T
DelegatingBlockingQueue. nextMatching(Predicate4<T> condition)
java.lang.Object
NoDuplicatesQueue. nextMatching(Predicate4 condition)
T
NonblockingQueue. nextMatching(Predicate4<T> condition)
E
Queue4. nextMatching(Predicate4<E> condition)
Returns the next object in the queue that matches the specified condition.Constructors in com.db4o.foundation with parameters of type Predicate4 Constructor Description FilteredIterator(Iterator4 iterator, Predicate4 filter)
-
Uses of Predicate4 in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers with parameters of type Predicate4 Modifier and Type Method Description void
FieldAwareTypeHandler. collectIDs(CollectIdContext context, Predicate4<ClassAspect> predicate)
void
NullFieldAwareTypeHandler. collectIDs(CollectIdContext context, Predicate4<ClassAspect> predicate)
void
StandardReferenceTypeHandler. collectIDs(CollectIdContext context, Predicate4<ClassAspect> predicate)
-