@Deprecated
public static class API.For1Try<T1>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Try<T1> |
yield()
Deprecated.
to be replaced with revised JDK13-compliant API
|
<R> Try<R> |
yield(java.util.function.Function<? super T1,? extends R> f)
Deprecated.
to be replaced with revised JDK13-compliant API
|
@Deprecated public <R> Try<R> yield(java.util.function.Function<? super T1,? 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