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

Packages that use Function
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of Function in com.google.inject.internal
 

Methods in com.google.inject.internal with parameters of type Function
<K,V> java.util.concurrent.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> java.lang.Iterable<T>
Iterables.transform(java.lang.Iterable<F> fromIterable, Function<? super F,? extends T> function)
          Returns an iterable that applies function to each element of fromIterable.
static
<F,T> java.util.Iterator<T>
Iterators.transform(java.util.Iterator<F> fromIterator, Function<? super F,? extends T> function)
          Returns an iterator that applies function to each element of fromIterator.
 



Copyright © 2011. All Rights Reserved.