|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Functional.Zipper | |
|---|---|
| util | |
| Uses of Functional.Zipper in util |
|---|
| Methods in util that return Functional.Zipper | ||
|---|---|---|
static
|
Functional.zip(A[] arrA,
B[] arrB)
Iterate over two arrays at once. |
|
static
|
Functional.zip(Iterable<A> collA,
Iterable<B> collB)
Iterate over two iterables at once, pairing them element by element. |
|
static
|
Functional.zip(Iterator<A> iterA,
Iterator<B> iterB)
Iterate over two iterators at once. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||