sealed abstract
class
Operation[Json] extends AnyRef
Abstract Value Members
-
abstract
val
path: Pointer
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Operation[Json], B)
-
final
def
==(arg0: Any): Boolean
-
def
action[F[_]](value: Json, pointer: Pointer, parent: Pointer)(implicit F: MonadError[F, Throwable]): F[Json]
-
def
apply[F[_]](value: Json)(implicit F: MonadError[F, Throwable]): F[Json]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
diff[P](that: Operation[Json])(implicit Diff: Diff[Operation[Json], P]): P
-
-
-
-
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Operation[Json], B)
Shadowed Implicit Value Members
-
def
apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, Operation[Json]]): F[Json]
Inherited by implicit conversion any2stringadd from
Operation[Json] to any2stringadd[Operation[Json]]
Inherited by implicit conversion StringFormat from
Operation[Json] to StringFormat[Operation[Json]]
Inherited by implicit conversion Ensuring from
Operation[Json] to Ensuring[Operation[Json]]
Inherited by implicit conversion ArrowAssoc from
Operation[Json] to ArrowAssoc[Operation[Json]]
A patch operation to apply to a Json value