FirstZRefMSyntax

class FirstZRefMSyntax[RA, RB, EA >: EB, EB, A, B, C](self: ZRefM[RA, RB, EA, EB, (C, B), (A, B)])

Provides implicit syntax for accessing the first element of a tuple in a ZRefM.

Provides implicit syntax for accessing the first element of a tuple in a ZRefM.

class Object
trait Matchable
class Any

Value members

Concrete methods

def first: ZRefM[RA & RB, RB, EA, EB, C, A]

Accesses the first element of a tuple.

Accesses the first element of a tuple.