Trait/Object

jsentric

Lens

Related Docs: object Lens | package jsentric

Permalink

trait Lens extends Functions

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

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
  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
  9. implicit def contractTypeExt[T <: ContractType](c: T): ContractTypeExt[T]

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

    Permalink
  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
  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
  23. implicit def lensCombinator(f: (Json) ⇒ Json): LensCombinator

    Permalink
  24. implicit def maybeArrayLens[T](prop: \:?[T]): MaybeArrayLens[T]

    Permalink
  25. implicit def maybeLens[T](prop: Maybe[T]): MaybeLens[T]

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def select(target: Json, projection: Json): Json

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

    Permalink
    Definition Classes
    Functions
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from Functions

Inherited from AnyRef

Inherited from Any

Ungrouped