public class ListType extends CollectionType
| Constructor and Description |
|---|
ListType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
map(java.lang.Object sourceList_,
EnumerableFunction mapFunction,
OwnerContext owner)
Returns new instance of Enumerable with items from sourceEnumerable mapped by mapFunction.
|
isEmpty, isFullyParametrizedgetItemClass, getItemTypeequals, getActualTypeArguments, getBaseJavaClass, getBaseJavaType, hashCode, isGenericType, toStringpublic java.lang.Object map(java.lang.Object sourceList_,
EnumerableFunction mapFunction,
OwnerContext owner)
EnumerableTypemap in class EnumerableType