OptionType

case
class OptionType(elementType: TypeInfo) extends TypeInfo
trait Serializable
trait Product
trait Equals
trait TypeInfo
class Object
trait Matchable
class Any

Value members

Concrete methods

def args: ArraySeq[TypeInfo]
def clazz: Class[_]

Inherited methods

final
def isIterable: Boolean
Inherited from
TypeInfo
final
def isOptional: Boolean
Inherited from
TypeInfo
def name: String
Inherited from
TypeInfo
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString: String
Definition Classes
TypeInfo -> Any
Inherited from
TypeInfo