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