Test

diffson.jsonpatch.Test
case class Test[Json](path: Pointer, value: Json)(implicit evidence$7: Jsony[Json]) extends Operation[Json]

Test that the pointed element is equal to the given value

Attributes

Source:
JsonPatch.scala
Graph
Supertypes
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply[F[_]](original: Json)(implicit F: MonadError[F, Throwable]): F[Json]

Attributes

Definition Classes
Source:
JsonPatch.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product