|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| com.github.andrewoma.dexx.collection | Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. |
| com.github.andrewoma.dexx.collection.internal.base | |
| com.github.andrewoma.dexx.collection.internal.hashmap | |
| com.github.andrewoma.dexx.collection.internal.redblack | |
| Uses of Function in com.github.andrewoma.dexx.collection |
|---|
| Methods in com.github.andrewoma.dexx.collection with parameters of type Function | ||
|---|---|---|
|
HashSet.forEach(Function<E,U> f)
|
|
|
Traversable.forEach(Function<E,U> f)
All collection methods can be built upon this forEach definition. |
|
|
DerivedKeyHashMap.forEach(Function<Pair<K,V>,U> f)
|
|
|
HashMap.forEach(Function<Pair<K,V>,U> f)
|
|
|
TreeMap.forEach(Function<Pair<K,V>,U> f)
|
|
| Uses of Function in com.github.andrewoma.dexx.collection.internal.base |
|---|
| Methods in com.github.andrewoma.dexx.collection.internal.base with parameters of type Function | ||
|---|---|---|
|
AbstractIterable.forEach(Function<E,U> f)
|
|
static
|
Iterables.forEach(Iterable<E> iterable,
Function<E,U> f)
|
|
| Constructors in com.github.andrewoma.dexx.collection.internal.base with parameters of type Function | |
|---|---|
MappedIterable(Iterable<F> from,
Function<F,T> mapFunction)
|
|
| Uses of Function in com.github.andrewoma.dexx.collection.internal.hashmap |
|---|
| Methods in com.github.andrewoma.dexx.collection.internal.hashmap with parameters of type Function | ||
|---|---|---|
|
ListMap.forEach(Function<Pair<K,V>,U> f)
|
|
|
CompactHashMap.forEach(Function<Pair<K,V>,U> f,
KeyFunction<K,V> keyFunction)
|
|
| Uses of Function in com.github.andrewoma.dexx.collection.internal.redblack |
|---|
| Methods in com.github.andrewoma.dexx.collection.internal.redblack with parameters of type Function | ||
|---|---|---|
|
RedBlackTree.forEach(Tree<K,V> tree,
Function<Pair<K,V>,U> f)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||