class SearchResultAdapter extends java.lang.Object implements java.util.function.Predicate<Entity>
SearchResultAdapter(Query orign, Query trans, java.util.function.Predicate<Entity> real)
boolean
test(Entity dataModel)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public boolean test(Entity dataModel)
test
java.util.function.Predicate<Entity>