implicit final
class
PatchOps[P] extends AnyVal
Instance Constructors
-
new
PatchOps(patch: P)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (PatchOps[P], B)
-
final
def
==(arg0: Any): Boolean
-
def
apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, P]): F[Json]
-
final
def
asInstanceOf[T0]: T0
-
def
diff[P](that: PatchOps[P])(implicit Diff: Diff[PatchOps[P], P]): P
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
-
val
patch: P
-
def
toString(): String
-
def
→[B](y: B): (PatchOps[P], B)
Shadowed Implicit Value Members
-
def
apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, PatchOps[P]]): F[Json]
-
Inherited by implicit conversion any2stringadd from
PatchOps[P] to any2stringadd[PatchOps[P]]
Inherited by implicit conversion StringFormat from
PatchOps[P] to StringFormat[PatchOps[P]]
Inherited by implicit conversion Ensuring from
PatchOps[P] to Ensuring[PatchOps[P]]
Inherited by implicit conversion ArrowAssoc from
PatchOps[P] to ArrowAssoc[PatchOps[P]]