Field

case class Field[F](fieldName: String) extends Support
trait Serializable
trait Product
trait Equals
trait Support
trait QueryPart
class Object
trait Matchable
class Any

Type members

Classlikes

object index

Value members

Concrete methods

def apply(value: F): FieldAndValue[F]
override def toQueryPart: QueryPart
Definition Classes

Inherited methods

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

Concrete fields

lazy val opt: Field[Option[F]]