@Deprecated
public static class API.For8Either<L,T1,T2,T3,T4,T5,T6,T7,T8>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
<R> Either<L,R> |
yield(Function8<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? extends R> f)
Deprecated.
to be replaced with revised JDK13-compliant API
|
@Deprecated public <R> Either<L,R> yield(Function8<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? 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