implicit final class ZipSyntax[RA, RB, EA, EB, A, B] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZipSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ZipSyntax(self: Synchronized[RA, RB, EA, EB, A, B])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
<*>[RA1 <: RA, RB1 <: RB, EA1 >: EA, EB1 >: EB, A2, B2](that: Synchronized[RA1, RB1, EA1, EB1, A2, B2])(implicit unzippable: Unzippable[A, A2], zippable: Zippable[B, B2]): Synchronized[RA1, RB1, EA1, EB1, In, Out]
A symbolic alias for
zip. -
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
-
final
def
zip[RA1 <: RA, RB1 <: RB, EA1 >: EA, EB1 >: EB, A2, B2](that: Synchronized[RA1, RB1, EA1, EB1, A2, B2])(implicit unzippable: Unzippable[A, A2], zippable: Zippable[B, B2]): Synchronized[RA1, RB1, EA1, EB1, In, Out]
Combines this
ZRefMwith the specifiedZRefMto create a newZRefMwith thegetandsetvalues of both.Combines this
ZRefMwith the specifiedZRefMto create a newZRefMwith thegetandsetvalues of both. The newZRefMvalue supports atomically modifying both of the underlyingZRefMvalues.