Modifier and Type | Method and Description |
---|---|
<R> Try<R> |
yield(Function3<? super T1,? super T2,? super T3,? extends R> f)
Yields a result for elements of the cross product of the underlying Trys.
|
public <R> Try<R> yield(Function3<? super T1,? super T2,? super T3,? 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 resultsCopyright © 2020. All Rights Reserved.