Class

diffson.jsonpatch

Test

Related Doc: package jsonpatch

Permalink

case class Test[Json](path: Pointer, value: Json)(implicit evidence$7: Jsony[Json]) extends Operation[Json] with Product with Serializable

Test that the pointed element is equal to the given value

Linear Supertypes
Serializable, Serializable, Product, Equals, Operation[Json], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Test
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Operation
  7. AnyRef
  8. Any
Implicitly
  1. by PatchOps
  2. by DiffOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Test(path: Pointer, value: Json)(implicit arg0: Jsony[Json])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to any2stringadd[Test[Json]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Test[Json], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to ArrowAssoc[Test[Json]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def action[F[_]](value: Json, pointer: Pointer, parent: Pointer)(implicit F: MonadError[F, Throwable]): F[Json]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Operation
  7. def apply[F[_]](original: Json)(implicit F: MonadError[F, Throwable]): F[Json]

    Permalink
    Definition Classes
    TestOperation
  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 diff[P](that: Test[Json])(implicit Diff: Diff[Test[Json], P]): P

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to DiffOps[Test[Json]] performed by method DiffOps in diffson.
    Definition Classes
    DiffOps
  11. def ensuring(cond: (Test[Json]) ⇒ Boolean, msg: ⇒ Any): Test[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to Ensuring[Test[Json]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (Test[Json]) ⇒ Boolean): Test[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to Ensuring[Test[Json]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): Test[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to Ensuring[Test[Json]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): Test[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to Ensuring[Test[Json]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to StringFormat[Test[Json]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val json: Test[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to DiffOps[Test[Json]] performed by method DiffOps in diffson.
    Definition Classes
    DiffOps
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. val patch: Test[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to PatchOps[Test[Json]] performed by method PatchOps in diffson.
    Definition Classes
    PatchOps
  25. val path: Pointer

    Permalink
    Definition Classes
    TestOperation
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val value: Json

    Permalink
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def [B](y: B): (Test[Json], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to ArrowAssoc[Test[Json]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, Test[Json]]): F[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Test[Json] to PatchOps[Test[Json]] performed by method PatchOps in diffson.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (test: PatchOps[Test[Json]]).apply(json)(P)
    Definition Classes
    PatchOps

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Operation[Json]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion PatchOps from Test[Json] to PatchOps[Test[Json]]

Inherited by implicit conversion DiffOps from Test[Json] to DiffOps[Test[Json]]

Inherited by implicit conversion any2stringadd from Test[Json] to any2stringadd[Test[Json]]

Inherited by implicit conversion StringFormat from Test[Json] to StringFormat[Test[Json]]

Inherited by implicit conversion Ensuring from Test[Json] to Ensuring[Test[Json]]

Inherited by implicit conversion ArrowAssoc from Test[Json] to ArrowAssoc[Test[Json]]

Ungrouped