Value

diffson.jsonmergepatch.JsonMergePatch$.Value
case class Value[Json](toJson: Json) extends JsonMergePatch[Json]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Applies this patch to the given Json valued and returns the patched value

Applies this patch to the given Json valued and returns the patched value

Attributes

Source:
JsonMergePatch.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product