public abstract class EnumerableType extends JaversType
| Constructor and Description |
|---|
EnumerableType(java.lang.reflect.Type baseJavaType) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isEmpty(java.lang.Object container) |
abstract boolean |
isFullyParametrized()
returns true if Enumerable is generic Type and all its arguments are actual Classes
|
abstract java.lang.Object |
map(java.lang.Object sourceEnumerable,
EnumerableFunction mapFunction,
OwnerContext owner)
Returns new instance of Enumerable with items from sourceEnumerable mapped by mapFunction.
|
equals, getActualTypeArguments, getBaseJavaClass, getBaseJavaType, hashCode, isGenericType, toStringpublic abstract boolean isFullyParametrized()
public abstract java.lang.Object map(java.lang.Object sourceEnumerable,
EnumerableFunction mapFunction,
OwnerContext owner)
public abstract boolean isEmpty(java.lang.Object container)