Uses of Interface
com.google.inject.internal.util.Function

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
<K,V> ConcurrentMap<K,V>
MapMaker.makeComputingMap(Function<? super K,? extends V> computer)
          Builds a map that supports atomic, on-demand computation of values.
static
<F,T> Iterable<T>
Iterables.transform(Iterable<F> fromIterable, Function<? super F,? extends T> function)
          Returns an iterable that applies function to each element of fromIterable.
static
<F,T> Iterator<T>
Iterators.transform(Iterator<F> fromIterator, Function<? super F,? extends T> function)
          Returns an iterator that applies function to each element of fromIterator.
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.