IterableType

case
class IterableType(clazz: Class[_], args: ArraySeq[TypeInfo]) extends TypeInfo
trait Serializable
trait Product
trait Equals
trait TypeInfo
class Object
trait Matchable
class Any

Value members

Concrete methods

def isCollection: Boolean
def isMap: Boolean
def isSet: Boolean

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