Uses of Class
com.osohq.oso.Predicate
- 
- 
Uses of Predicate in com.osohq.oso
Methods in com.osohq.oso with parameters of type Predicate Modifier and Type Method Description QueryPolar. query(Predicate query)Query for a predicate.QueryPolar. query(Predicate query, boolean acceptExpression)Query for a predicate, optionally accepting expressions in the result.QueryPolar. query(Predicate query, Map<String,Object> bindings, boolean acceptExpression)Query for a predicate, applying bindings and optionally accepting the expression type as a result. 
 -