Class

jsentric

MaybeArrayLens

Related Doc: package jsentric

Permalink

final class MaybeArrayLens[T] extends AnyVal with Functions

Linear Supertypes
Functions, AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MaybeArrayLens
  2. Functions
  3. AnyVal
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MaybeArrayLens(prop: \:?[T])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def $append: (T) ⇒ (Json) ⇒ Json

    Permalink
  4. def $head: Maybe[T]

    Permalink
  5. def $prepend: (T) ⇒ (Json) ⇒ Json

    Permalink
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. def @(index: Int): Maybe[T]

    Permalink
  8. 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
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def current(j: Json): Seq[Json]

    Permalink
    Attributes
    protected
  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. def getClass(): Class[_ <: AnyVal]

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

    Permalink
    Definition Classes
    Functions
  15. 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
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def mergeDelta(target: Json, delta: Json): Json

    Permalink
    Definition Classes
    Functions
  18. val prop: \:?[T]

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

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

    Permalink
    Definition Classes
    Functions
  21. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Functions

Inherited from AnyVal

Inherited from Any

Ungrouped