implicit final class PatchOps[P] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PatchOps
- AnyVal
- Any
Implicitly
- by DiffOps
- by DiffOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PatchOps(patch: P)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (PatchOps[P], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, P]): F[Json]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (PatchOps[P]) ⇒ Boolean, msg: ⇒ Any): PatchOps[P]
- def ensuring(cond: (PatchOps[P]) ⇒ Boolean): PatchOps[P]
- def ensuring(cond: Boolean, msg: ⇒ Any): PatchOps[P]
- def ensuring(cond: Boolean): PatchOps[P]
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val patch: P
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (PatchOps[P], B)
Shadowed Implicit Value Members
-
def
diff[P](that: PatchOps[P])(implicit Diff: Diff[PatchOps[P], P]): P
- Implicit
- This member is added by an implicit conversion from PatchOps[P] to DiffOps[PatchOps[P]] performed by method DiffOps in diffson.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(patchOps: DiffOps[PatchOps[P]]).diff(that)(Diff)
- Definition Classes
- DiffOps
-
def
diff[P](that: PatchOps[P])(implicit Diff: Diff[PatchOps[P], P]): P
- Implicit
- This member is added by an implicit conversion from PatchOps[P] to DiffOps[PatchOps[P]] performed by method DiffOps in diffson.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(patchOps: DiffOps[PatchOps[P]]).diff(that)(Diff)
- Definition Classes
- DiffOps
-
val
json: PatchOps[P]
- Implicit
- This member is added by an implicit conversion from PatchOps[P] to DiffOps[PatchOps[P]] performed by method DiffOps in diffson.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(patchOps: DiffOps[PatchOps[P]]).json
- Definition Classes
- DiffOps
-
val
json: PatchOps[P]
- Implicit
- This member is added by an implicit conversion from PatchOps[P] to DiffOps[PatchOps[P]] performed by method DiffOps in diffson.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(patchOps: DiffOps[PatchOps[P]]).json
- Definition Classes
- DiffOps