case class Move[Json](from: Pointer, path: Pointer)(implicit evidence$5: Jsony[Json]) extends Operation[Json] with Product with Serializable
Move the pointed element to the new position
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Move
- Serializable
- Serializable
- Product
- Equals
- Operation
- AnyRef
- Any
Implicitly
- by PatchOps
- by DiffOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Move[Json], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
action[F[_]](value: Json, pointer: Pointer, parent: Pointer)(implicit F: MonadError[F, Throwable]): F[Json]
- Attributes
- protected[this]
- Definition Classes
- Operation
- def apply[F[_]](original: Json)(implicit F: MonadError[F, Throwable]): F[Json]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def diff[P](that: Move[Json])(implicit Diff: Diff[Move[Json], P]): P
- def ensuring(cond: (Move[Json]) ⇒ Boolean, msg: ⇒ Any): Move[Json]
- def ensuring(cond: (Move[Json]) ⇒ Boolean): Move[Json]
- def ensuring(cond: Boolean, msg: ⇒ Any): Move[Json]
- def ensuring(cond: Boolean): Move[Json]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- val from: Pointer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val json: Move[Json]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val patch: Move[Json]
- val path: Pointer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Move[Json], B)
Shadowed Implicit Value Members
-
def
apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, Move[Json]]): F[Json]
- Implicit
- This member is added by an implicit conversion from Move[Json] to PatchOps[Move[Json]] performed by method PatchOps in diffson.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(move: PatchOps[Move[Json]]).apply(json)(P)
- Definition Classes
- PatchOps