Uses of Class
us.irdev.bedrock.bag.expr.BooleanExpr
Package
Description
Provides text-based storage of objects and un-formatted data in a simple, hierarchical key/value
store.
Provides Expressions for evaluating query criteria.
-
Uses of BooleanExpr in us.irdev.bedrock.bag
Modifier and TypeMethodDescriptionboolean
Bag.match
(BooleanExpr booleanExpr) Returns true if the Selectable matches the 'match' criteriaBagArray.query
(BooleanExpr match) BagArray.query
(BooleanExpr match, SelectKey selectKey) BagArray.queryTree
(BooleanExpr match, String childrenName) BagArray.queryTree
(BooleanExpr match, SelectKey selectKey, String childrenName) query a tree, assuming a structure of a BagArray of BagObjects where the objects might have children in a named field. -
Uses of BooleanExpr in us.irdev.bedrock.bag.expr
Modifier and TypeMethodDescriptionstatic BooleanExpr
Exprs.containment
(String key, Object value) static BooleanExpr
static BooleanExpr
Exprs.inequality
(String key, Object value)