public final class SearchContext<T>
extends Object
Holds
com.blamejared.searchables.api.context.SearchPredicate<T> to be reduced to a single
Predicate<T> for use in filtering.
-
Constructor Summary
Constructors
-
Method Summary
void
add(com.blamejared.searchables.api.context.SearchPredicate<T> literal)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SearchContext
public SearchContext()
-
Method Details
-
-
add
public void add(com.blamejared.searchables.api.context.SearchPredicate<T> literal)