case classBasicQueryPair[+A](key: String, pattern: A, dbo: Option[DBObject] = scala.None, not: Boolean = false) extends QueryPair[A] with Product with Serializable
Predicate pair that builds query on given key
A
BSONValue constrain
key
Key to apply predicate on
pattern
Value of the key
dbo
object predicate on the keyd
not
negates the predicate when set to true
Linear Supertypes
Serializable, Serializable, Product, Equals, QueryPair[A], AnyRef, Any
Predicate pair that builds query on given key
BSONValue constrain
Key to apply predicate on
Value of the key
object predicate on the keyd
negates the predicate when set to true