Replace

case class Replace[Json](path: Pointer, value: Json, old: Option[Json])(`evidence$4`: Jsony[Json]) extends Operation[Json]

Replace the pointed element by the given value

Replace the pointed element by the given value

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

Value members

Inherited methods

def apply[F[_]](value: Json)(F: MonadError[F, Throwable]): F[Json]
Inherited from
Operation
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product