@Deprecated
public static class API.For1List<T1>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
List<T1> |
yield()
Deprecated.
to be replaced with revised JDK13-compliant API
|
<R> List<R> |
yield(java.util.function.Function<? super T1,? extends R> f)
Deprecated.
to be replaced with revised JDK13-compliant API
|
@Deprecated public <R> List<R> yield(java.util.function.Function<? super T1,? extends R> f)
R - type of the resulting List elementsf - a function that maps an element of the cross product to a resultList of mapped results