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 Serializable
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any
Show all

Members list

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product