public static class API.For2<T1,T2>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
<R> Iterator<R> |
yield(java.util.function.BiFunction<? super T1,? super T2,? extends R> f)
Yields a result for elements of the cross product of the underlying Iterables.
|
public <R> Iterator<R> yield(java.util.function.BiFunction<? super T1,? super T2,? extends R> f)
R
- type of the resulting Iterator
elementsf
- a function that maps an element of the cross product to a resultIterator
of mapped resultsCopyright © 2017. All Rights Reserved.