TupleSurface

case class TupleSurface(rawType: Class[_], typeArgs: Seq[Surface]) extends GenericSurface
trait Product
trait Equals
trait Surface
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Surface
override def equals(obj: Any): Boolean
Definition Classes
Inherited from:
GenericSurface
def fullName: String
Inherited from:
GenericSurface
override def hashCode(): Int
Definition Classes
Inherited from:
GenericSurface
def isAlias: Boolean
Inherited from:
GenericSurface
def isArray: Boolean
Inherited from:
Surface
def isMap: Boolean
Inherited from:
Surface
def isOption: Boolean
Inherited from:
GenericSurface
def isPrimitive: Boolean
Inherited from:
GenericSurface
def isSeq: Boolean
Inherited from:
Surface
def name: String
Inherited from:
GenericSurface
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String
Definition Classes
Inherited from:
GenericSurface
def withOuter(outer: AnyRef): Surface
Inherited from:
Surface

Inherited fields

override val objectFactory: Option[ObjectFactory]
Inherited from:
GenericSurface
val params: Seq[Parameter]
Inherited from:
GenericSurface