|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionFunctions.Converter | |
|---|---|
| eu.monnetproject.lemon.conversions.lmf | |
| Uses of CollectionFunctions.Converter in eu.monnetproject.lemon.conversions.lmf |
|---|
| Fields in eu.monnetproject.lemon.conversions.lmf declared as CollectionFunctions.Converter | |
|---|---|
static CollectionFunctions.Converter |
CollectionFunctions.IDENTITY
Convenience SAM function that returns the same value |
| Methods in eu.monnetproject.lemon.conversions.lmf with parameters of type CollectionFunctions.Converter | ||
|---|---|---|
static
|
CollectionFunctions.map(E[] array,
CollectionFunctions.Converter<E,F> f)
Convert each element of an array |
|
static
|
CollectionFunctions.map(List<E> list,
CollectionFunctions.Converter<E,F> f)
Convert each element of a list |
|
static
|
CollectionFunctions.map(Map<E,F> map,
CollectionFunctions.Converter<E,G> f1,
CollectionFunctions.Converter<F,H> f2)
Convert each element of a map |
|
static
|
CollectionFunctions.map(Map<E,F> map,
CollectionFunctions.Converter<E,G> f1,
CollectionFunctions.Converter<F,H> f2)
Convert each element of a map |
|
static
|
CollectionFunctions.map(Set<E> set,
CollectionFunctions.Converter<E,F> f)
Convert each element of a set |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||