@Deprecated
public static class API.For4<T1,T2,T3,T4>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
<R> Iterator<R> |
yield(Function4<? super T1,? super T2,? super T3,? super T4,? extends R> f)
Deprecated.
to be replaced with revised JDK13-compliant API
|
@Deprecated public <R> Iterator<R> yield(Function4<? super T1,? super T2,? super T3,? super T4,? 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 results