implicit final class SelectorOps[M, S, B <: SelectorBuilder[M, S]] extends AnyVal
- Source
- dsl.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SelectorOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SelectorOps(inner: B with SelectorBuilder[M, S])
Value Members
- def ![O](implicit M: Aux[B, O, S]): O
Makes the selector to which it applies mandatory.
Makes the selector to which it applies mandatory. The selection will fail if the selected fields are not present in the object.
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def ?[O](implicit L: Aux[B, O, M]): O
Makes the selector to which it applies lenient.
Makes the selector to which it applies lenient. The selection will not fail if the value it applies to is not an array or object.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- val inner: B with SelectorBuilder[M, S]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any