ValueOperation

trait ValueOperation[T] extends Operation
trait Operation
class Object
trait Matchable
class Any
class Add[T]
class Replace[T]

Type members

Types

type ValueType = T

Value members

Abstract methods

def fmt: Writes[T]
def path: String

Inherited methods

def op: String
Inherited from:
Operation