tuple

oxygen.meta.Meta.unapplies.tuple
object tuple

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
tuple.type

Members list

Value members

Concrete methods

def unapply(tpe: TypeRepr): Option[List[TypeRepr]]

If tpe is a tuple, returns the list of types of the tuple elements.

If tpe is a tuple, returns the list of types of the tuple elements.

Attributes