NamedType

wvlet.airframe.codec.DataType$.NamedType
sealed trait NamedType extends DataType

Attributes

Graph
Supertypes
trait DataType
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def name: String

Inherited methods

def signature: String

Attributes

Inherited from:
DataType
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DataType -> Any
Inherited from:
DataType
def typeArgs: Seq[DataType]

Attributes

Inherited from:
DataType
def typeName: String

Attributes

Inherited from:
DataType