Packages

implicit class FieldExtras[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldExtras
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldExtras(f: Field[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(value: T)(implicit encoder: Encoder[T]): MatchCondition
  4. def <=(value: T)(implicit encoder: Encoder[T]): MatchCondition
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def ===(value: T)(implicit encoder: Encoder[T]): MatchCondition
  7. def >(value: T)(implicit encoder: Encoder[T]): MatchCondition
  8. def >=(value: T)(implicit encoder: Encoder[T]): MatchCondition
  9. def addToSet(key: String): ProjectField
  10. def arrayElemAt(key: String, index: Int): ProjectField
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def exclude: ProjectField
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def in(values: T*)(implicit encoder: Encoder[T]): MatchCondition
  20. def include: ProjectField
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def key: String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def nullify(): ProjectField
  27. def objectToArray(arrayName: String): ProjectField
  28. def op: String
  29. def set(fields: ProjectField*): ProjectField
  30. def set(value: String): ProjectField
  31. def set(value: Json): ProjectField
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def value: String
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. object index

Inherited from AnyRef

Inherited from Any

Ungrouped