Methods in com.google.inject.internal 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 . |