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