| Package | Description |
|---|---|
| org.javers.core.graph | |
| org.javers.core.metamodel.type |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapFunction |
| Modifier and Type | Method and Description |
|---|---|
Object |
SetType.map(Object sourceSet_,
EnumerableFunction mapFunction,
OwnerContext owner) |
Object |
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) |
Copyright © 2014. All rights reserved.