final object Definitions

Members

val MaxImplementedFunctionArity : Int

The maximum arity N of a function type that's implemented as a trait scala.FunctionN. Functions of higher arity are possible, but are mapped in erasure... []

val MaxStructuralMethodArity : Int

The maximal arity of a function that can be accessed as member of a structural type

val MaxTupleArity : Int

The maximum number of elements in a tuple or product. This should be removed once we go to hlists.