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