Trait/Object

jsentric

Query

Related Docs: object Query | package jsentric

Permalink

trait Query extends Functions with Lens

Linear Supertypes
Lens, Functions, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Query
  2. Lens
  3. Functions
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ArrayQuery[T] extends AnyRef

    Permalink
  2. implicit class MaybeArrayQuery[T] extends AnyRef

    Permalink
  3. implicit class MaybeSetQuery[T] extends AnyRef

    Permalink
  4. implicit class SetQuery[T] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyDelta(target: Json, delta: Json): Json

    Permalink

    Concatenate and replace json structure with delta, where a JNull or returning an Empty JObject value will clear the key value pair

    Concatenate and replace json structure with delta, where a JNull or returning an Empty JObject value will clear the key value pair

    Definition Classes
    Functions
  5. implicit def arrayLens[T](prop: \:[T]): ArrayLens[T]

    Permalink
    Definition Classes
    Lens
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit def contractExt[T <: BaseContract](c: T): ContractExt[T]

    Permalink
    Definition Classes
    Lens
  9. implicit def contractTypeExt[T <: ContractType](c: T): ContractTypeExt[T]

    Permalink
    Definition Classes
    Lens
  10. implicit def defaultLens[T](prop: Default[T]): DefaultLens[T]

    Permalink
    Definition Classes
    Lens
  11. def difference(delta: Json, source: Json): Option[Json]

    Permalink
    Definition Classes
    Functions
  12. def dropValue(target: Json, segments: Segments): Json

    Permalink
    Definition Classes
    Functions
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit def expectedLens[T](prop: Expected[T]): ExpectedLens[T]

    Permalink
    Definition Classes
    Lens
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getValue(target: Json, segments: Segments): Option[Json]

    Permalink
    Definition Classes
    Functions
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def insertValue(target: Option[Json], segments: Segments, value: Json): Json

    Permalink

    Like set value except for in array, final value will be inserted in location rather than replaced

    Like set value except for in array, final value will be inserted in location rather than replaced

    Definition Classes
    Functions
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. implicit def jsonLens[T](json: Json): JsonLens[T]

    Permalink
    Definition Classes
    Lens
  23. implicit def jsonQueryExt(json: Json): JsonQueryExt

    Permalink
  24. implicit def lensCombinator(f: (Json) ⇒ Json): LensCombinator

    Permalink
    Definition Classes
    Lens
  25. implicit def maybeArrayLens[T](prop: \:?[T]): MaybeArrayLens[T]

    Permalink
    Definition Classes
    Lens
  26. implicit def maybeLens[T](prop: Maybe[T]): MaybeLens[T]

    Permalink
    Definition Classes
    Lens
  27. implicit def maybeQuery[T](prop: Maybe[T]): MaybeQuery[T]

    Permalink
  28. def mergeDelta(target: Json, delta: Json): Json

    Permalink
    Definition Classes
    Functions
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def not(json: Json): Json

    Permalink
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. implicit def numericQuery[T >: JNumeric](prop: Property[T]): NumericQuery[T]

    Permalink
  34. def select(target: Json, projection: Json): Json

    Permalink
    Definition Classes
    Functions
  35. def setValue(target: Option[Json], segments: Segments, value: Json): Json

    Permalink
    Definition Classes
    Functions
  36. implicit def stringQuery[T >: JOptionable[String]](prop: Property[T]): StringQuery[T]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit def valueContractExt[T](c: ValueContract[T]): ValueContractExt[T]

    Permalink
    Definition Classes
    Lens
  40. implicit def valueQuery[T](prop: Property[T]): ValueQuery[T]

    Permalink
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Lens

Inherited from Functions

Inherited from AnyRef

Inherited from Any

Ungrouped