Packages

implicit final class ZipSyntax[RA, RB, EA, EB, A, B] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZipSyntax
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZipSyntax(self: Synchronized[RA, RB, EA, EB, A, B])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. 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.

  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def toString(): String
    Definition Classes
    Any
  9. 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 ZRefM with the specified ZRefM to create a new ZRefM with the get and set values of both.

    Combines this ZRefM with the specified ZRefM to create a new ZRefM with the get and set values of both. The new ZRefM value supports atomically modifying both of the underlying ZRefM values.

Inherited from AnyVal

Inherited from Any

Ungrouped