ValueOperation

skuber.api.patch.`package`.JsonPatchOperation.ValueOperation
trait ValueOperation[T] extends Operation

Attributes

Graph
Supertypes
trait Operation
class Object
trait Matchable
class Any
Known subtypes
class Add[T]
class Replace[T]

Members list

Type members

Types

type ValueType = T

Value members

Abstract methods

def fmt: Writes[T]
def path: String

Inherited methods

def op: String

Attributes

Inherited from:
Operation