Package com.db4o.foundation
Interface Predicate4<T>
- 
- All Known Implementing Classes:
- SubTypePredicate
 
 public interface Predicate4<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(T candidate)
 
- 
- 
- 
Method Detail- 
matchboolean match(T candidate) 
 
- 
 
-