Class

jsentric

Expected

Related Doc: package jsentric

Permalink

class Expected[T] extends Property[T] with Functions with Unapplicable[T]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Expected
  2. Unapplicable
  3. Functions
  4. Property
  5. SelfApply
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Expected(relativePath: Path, absolutePath: Path, validator: Validator[T])(implicit _codec: CodecJson[T])

    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 @:[S, O](prev: Unapplicable[S])(implicit ev: Aux[::[Unapplicable[S], ::[Unapplicable[T], HNil]], ::[S, ::[T, HNil]]], tpl: shapeless.ops.hlist.Tupler.Aux[::[S, ::[T, HNil]], O]): JsonList[::[Unapplicable[S], ::[Unapplicable[T], HNil]], ::[S, ::[T, HNil]], O]

    Permalink
    Definition Classes
    Unapplicable
  5. implicit val absolutePath: Path

    Permalink
    Definition Classes
    ExpectedProperty
  6. def apply[R](f: (Expected.this.type) ⇒ R): R

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def codec: CodecJson[T]

    Permalink
    Definition Classes
    ExpectedProperty
  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. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. 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
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isValidType(j: Json): Boolean

    Permalink
    Definition Classes
    ExpectedProperty
  22. def mergeDelta(target: Json, delta: Json): Json

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val relativePath: Path

    Permalink
    Definition Classes
    ExpectedProperty
  27. def select(target: Json, projection: Json): Json

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def unapply(j: Json): Option[T]

    Permalink
    Definition Classes
    ExpectedUnapplicable
  32. val validator: Validator[T]

    Permalink
    Definition Classes
    ExpectedProperty
  33. final def wait(): Unit

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

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

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

Inherited from Unapplicable[T]

Inherited from Functions

Inherited from Property[T]

Inherited from SelfApply

Inherited from AnyRef

Inherited from Any

Ungrouped