@Deprecated
public static class API.For2Try<T1,T2>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
<R> Try<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> Try<R> yield(java.util.function.BiFunction<? super T1,? super T2,? extends R> f)
R - type of the resulting Try elementsf - a function that maps an element of the cross product to a resultTry of mapped results