IterableType

org.beangle.commons.lang.reflect.TypeInfo$.IterableType
case class IterableType(clazz: Class[_], args: ArraySeq[TypeInfo]) extends TypeInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeInfo
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

final def isIterable: Boolean

Attributes

Inherited from:
TypeInfo
final def isOptional: Boolean

Attributes

Inherited from:
TypeInfo
def name: String

Attributes

Inherited from:
TypeInfo
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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
TypeInfo -> Any
Inherited from:
TypeInfo