And

final case class And(selectors: Chunk[FieldSelector]) extends FieldSelector
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def asQuery: String
Definition Classes

Inherited methods

def &&(other: FieldSelector): And

Use this AND another field selector together

Use this AND another field selector together

Inherited from
FieldSelector
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product