Packages

c

diffson

PatchOps

implicit final class PatchOps[P] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatchOps
  2. AnyVal
  3. Any
Implicitly
  1. by DiffOps
  2. by DiffOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PatchOps(patch: P)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toany2stringadd[PatchOps[P]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PatchOps[P], B)
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toArrowAssoc[PatchOps[P]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, P]): F[Json]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def ensuring(cond: (PatchOps[P]) => Boolean, msg: => Any): PatchOps[P]
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toEnsuring[PatchOps[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (PatchOps[P]) => Boolean): PatchOps[P]
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toEnsuring[PatchOps[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): PatchOps[P]
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toEnsuring[PatchOps[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): PatchOps[P]
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toEnsuring[PatchOps[P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toStringFormat[PatchOps[P]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val patch: P
  16. def toString(): String
    Definition Classes
    Any

Shadowed Implicit Value Members

  1. 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] toDiffOps[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
  2. 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] toDiffOps[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
  3. val json: PatchOps[P]
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toDiffOps[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
  4. val json: PatchOps[P]
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toDiffOps[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

Deprecated Value Members

  1. def [B](y: B): (PatchOps[P], B)
    Implicit
    This member is added by an implicit conversion from PatchOps[P] toArrowAssoc[PatchOps[P]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion DiffOps fromPatchOps[P] to DiffOps[PatchOps[P]]

Inherited by implicit conversion DiffOps fromPatchOps[P] to DiffOps[PatchOps[P]]

Inherited by implicit conversion any2stringadd fromPatchOps[P] to any2stringadd[PatchOps[P]]

Inherited by implicit conversion StringFormat fromPatchOps[P] to StringFormat[PatchOps[P]]

Inherited by implicit conversion Ensuring fromPatchOps[P] to Ensuring[PatchOps[P]]

Inherited by implicit conversion ArrowAssoc fromPatchOps[P] to ArrowAssoc[PatchOps[P]]

Ungrouped