FirstZTRefSyntax

class FirstZTRefSyntax[EA >: EB, EB, A, B, C](self: ZTRef[EA, EB, (C, B), (A, B)])

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

def first: ZTRef[EA, EB, C, A]

Accesses the first element of a tuple.

Accesses the first element of a tuple.