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