| Package | Description |
|---|---|
| de.flapdoodle.guava |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> BiFunction<A,B,Pair<A,B>> |
Pair.asBiFunction() |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C> Iterable<C> |
Transformations.zip(Iterator<A> a,
Iterator<B> b,
BiFunction<A,B,C> zipper) |
Copyright © 2016. All rights reserved.