Copy

case class Copy[Json](from: Pointer, path: Pointer)(`evidence$6`: Jsony[Json]) extends Operation[Json]

Copy the pointed element to the new position

Copy the pointed element to the new position

trait Serializable
trait Product
trait Equals
class Operation[Json]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product