class
JsonDiff[Json] extends Diff[Json, JsonPatch[Json]]
Instance Constructors
-
new
JsonDiff(diffArray: Boolean, rememberOld: Boolean)(implicit J: Jsony[Json], Lcs: Lcs[Json])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (JsonDiff[Json], B)
-
final
def
==(arg0: Any): Boolean
-
def
apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, JsonDiff[Json]]): F[Json]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
diff(json1: Json, json2: Json): JsonPatch[Json]
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): JsonDiff[Json]
-
-
-
-
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
-
val
patch: JsonDiff[Json]
-
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): (JsonDiff[Json], B)
Shadowed Implicit Value Members
-
def
diff[P](that: JsonDiff[Json])(implicit Diff: Diff[JsonDiff[Json], P]): P
Inherited by implicit conversion any2stringadd from
JsonDiff[Json] to any2stringadd[JsonDiff[Json]]
Inherited by implicit conversion StringFormat from
JsonDiff[Json] to StringFormat[JsonDiff[Json]]
Inherited by implicit conversion Ensuring from
JsonDiff[Json] to Ensuring[JsonDiff[Json]]
Inherited by implicit conversion ArrowAssoc from
JsonDiff[Json] to ArrowAssoc[JsonDiff[Json]]