case class Patch5[CC <: Product, A0, A1, A2, A3, A4](name: String, _0_name: String, _0_extract: (CC) ⇒ A0, _0_patch: Patch[A0], _1_name: String, _1_extract: (CC) ⇒ A1, _1_patch: Patch[A1], _2_name: String, _2_extract: (CC) ⇒ A2, _2_patch: Patch[A2], _3_name: String, _3_extract: (CC) ⇒ A3, _3_patch: Patch[A3], _4_name: String, _4_extract: (CC) ⇒ A4, _4_patch: Patch[A4], combine: (A0, A1, A2, A3, A4) ⇒ CC) extends Patch[CC] with Product with Serializable
- Alphabetic
- By Inheritance
- Patch5
- Serializable
- Serializable
- Product
- Equals
- Patch
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Patch5(name: String, _0_name: String, _0_extract: (CC) ⇒ A0, _0_patch: Patch[A0], _1_name: String, _1_extract: (CC) ⇒ A1, _1_patch: Patch[A1], _2_name: String, _2_extract: (CC) ⇒ A2, _2_patch: Patch[A2], _3_name: String, _3_extract: (CC) ⇒ A3, _3_patch: Patch[A3], _4_name: String, _4_extract: (CC) ⇒ A4, _4_patch: Patch[A4], combine: (A0, A1, A2, A3, A4) ⇒ CC)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Patch5[CC, A0, A1, A2, A3, A4], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _0_extract: (CC) ⇒ A0
- val _0_name: String
- val _0_patch: Patch[A0]
- val _1_extract: (CC) ⇒ A1
- val _1_name: String
- val _1_patch: Patch[A1]
- val _2_extract: (CC) ⇒ A2
- val _2_name: String
- val _2_patch: Patch[A2]
- val _3_extract: (CC) ⇒ A3
- val _3_name: String
- val _3_patch: Patch[A3]
- val _4_extract: (CC) ⇒ A4
- val _4_name: String
- val _4_patch: Patch[A4]
-
def
apply(x: CC): CC
Do patch the given value
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val combine: (A0, A1, A2, A3, A4) ⇒ CC
- def ensuring(cond: (Patch5[CC, A0, A1, A2, A3, A4]) ⇒ Boolean, msg: ⇒ Any): Patch5[CC, A0, A1, A2, A3, A4]
- def ensuring(cond: (Patch5[CC, A0, A1, A2, A3, A4]) ⇒ Boolean): Patch5[CC, A0, A1, A2, A3, A4]
- def ensuring(cond: Boolean, msg: ⇒ Any): Patch5[CC, A0, A1, A2, A3, A4]
- def ensuring(cond: Boolean): Patch5[CC, A0, A1, A2, A3, A4]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Patch5 → Equals → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
imap[TT](fw: (CC) ⇒ TT, bk: (TT) ⇒ CC): Patch[TT]
Makes a wrapping patch.
Makes a wrapping patch. Used for Sum types: Option, Either
- fw
Function that converts a value to Monadic type (wrap)
- bk
Function that converts Monadic value back to original value (un-wrap)
- returns
Wrapped Patch
- Definition Classes
- Patch
-
def
inverted: Patch[CC]
Creates a Patch tha can be used to patch back (un-patch)
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isOpaque: Boolean
Does this Patch really going to change the value
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonOpaque: Boolean
Does this Patch really going to change the value
Does this Patch really going to change the value
- Definition Classes
- Patch
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Patch5 → AnyRef → Any
-
def
visit(x: PatchVisitor): Unit
Reports some internal representation details so developer can have access to Patch function specific details.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Patch5[CC, A0, A1, A2, A3, A4], B)
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Patch5[CC, A0, A1, A2, A3, A4] to StringFormat[Patch5[CC, A0, A1, A2, A3, A4]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.