Copy

diffson.jsonpatch.Copy
case class Copy[Json](from: Pointer, path: Pointer)(implicit evidence$6: Jsony[Json]) extends Operation[Json]

Copy the pointed element to the new position

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