- All Implemented Interfaces:
Predicate<TypedIF>, org.apache.commons.collections4.Predicate<TypedIF>
- Enclosing class:
- BasicIndex
protected class BasicIndex.TypedPredicate
extends Object
implements org.apache.commons.collections4.Predicate<TypedIF>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.commons.collections4.Predicate
test
-
Constructor Details
-
TypedPredicate
public TypedPredicate(TopicIF type)
-
Method Details
-
evaluate
public boolean evaluate(TypedIF typed)
- Specified by:
evaluate in interface org.apache.commons.collections4.Predicate<TypedIF>