Replace

case class Replace[T](path: String, value: T)(implicit fmt: Writes[T]) extends ValueOperation[T]
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any

Type members

Inherited types

type ValueType = T
Inherited from:
ValueOperation

Value members

Inherited methods

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

Concrete fields

val op: String

Implicits

Implicits

implicit val fmt: Writes[T]