trait
Patch[F[_], Json, P] extends AnyRef
Abstract Value Members
-
abstract
def
apply(json: Json, patch: P): F[Json]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Patch[F, Json, P], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
diff[P](that: Patch[F, Json, P])(implicit Diff: Diff[Patch[F, Json, P], P]): P
-
def
ensuring(cond: (Patch[F, Json, P]) ⇒ Boolean, msg: ⇒ Any): Patch[F, Json, P]
-
def
ensuring(cond: (Patch[F, Json, P]) ⇒ Boolean): Patch[F, Json, P]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Patch[F, Json, P]
-
def
ensuring(cond: Boolean): Patch[F, Json, P]
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
json: Patch[F, Json, P]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
patch: Patch[F, Json, P]
-
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): (Patch[F, Json, P], B)
Shadowed Implicit Value Members
-
def
apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, Patch[F, Json, P]]): F[Json]
Inherited by implicit conversion PatchOps from
Patch[F, Json, P] to PatchOps[Patch[F, Json, P]]
Inherited by implicit conversion DiffOps from
Patch[F, Json, P] to DiffOps[Patch[F, Json, P]]
Inherited by implicit conversion any2stringadd from
Patch[F, Json, P] to any2stringadd[Patch[F, Json, P]]
Inherited by implicit conversion StringFormat from
Patch[F, Json, P] to StringFormat[Patch[F, Json, P]]
Inherited by implicit conversion Ensuring from
Patch[F, Json, P] to Ensuring[Patch[F, Json, P]]
Inherited by implicit conversion ArrowAssoc from
Patch[F, Json, P] to ArrowAssoc[Patch[F, Json, P]]