|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| com.google.inject.internal.util | |
| Uses of Function in com.google.inject.internal.util |
|---|
| Methods in com.google.inject.internal.util with parameters of type Function | ||
|---|---|---|
|
MapMaker.makeComputingMap(Function<? super K,? extends V> computer)
Builds a map that supports atomic, on-demand computation of values. |
|
static
|
Iterables.transform(Iterable<F> fromIterable,
Function<? super F,? extends T> function)
Returns an iterable that applies function to each element of fromIterable. |
|
static
|
Iterators.transform(Iterator<F> fromIterator,
Function<? super F,? extends T> function)
Returns an iterator that applies function to each element of fromIterator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||