Object |
SetType.map(Object sourceSet_,
EnumerableFunction mapFunction,
OwnerContext owner) |
Map |
MapType.map(Object sourceMap_,
EnumerableFunction mapFunction,
OwnerContext owner) |
Object |
ListType.map(Object sourceList_,
EnumerableFunction mapFunction,
OwnerContext owner) |
abstract Object |
EnumerableType.map(Object sourceEnumerable,
EnumerableFunction mapFunction,
OwnerContext owner)
Returns new instance of Enumerable with items from sourceEnumerable mapped by mapFunction.
|
Object |
CollectionType.map(Object sourceEnumerable,
EnumerableFunction mapFunction,
OwnerContext owner)
implemented in subclasses
|
Object |
ArrayType.map(Object sourceArray,
EnumerableFunction mapFunction,
OwnerContext owner) |