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 classSubTypePredicateMethods in com.db4o.foundation with parameters of type Predicate4 Modifier and Type Method Description static booleanIterators. any(Iterator4 iterator, Predicate4 condition)static Iterable4Iterators. filter(Iterable4 source, Predicate4 predicate)static Iterator4Iterators. 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)TreeTree. filter(Predicate4 a_filter)TBlockingQueue. nextMatching(Predicate4<T> condition)TDelegatingBlockingQueue. nextMatching(Predicate4<T> condition)java.lang.ObjectNoDuplicatesQueue. nextMatching(Predicate4 condition)TNonblockingQueue. nextMatching(Predicate4<T> condition)EQueue4. 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 voidFieldAwareTypeHandler. collectIDs(CollectIdContext context, Predicate4<ClassAspect> predicate)voidNullFieldAwareTypeHandler. collectIDs(CollectIdContext context, Predicate4<ClassAspect> predicate)voidStandardReferenceTypeHandler. collectIDs(CollectIdContext context, Predicate4<ClassAspect> predicate)
-