Package io.vavr

Class API.Match.Case8<T,T1,T2,T3,T4,T5,T6,T7,T8,R>

java.lang.Object
io.vavr.API.Match.Case8<T,T1,T2,T3,T4,T5,T6,T7,T8,R>
All Implemented Interfaces:
API.Match.Case<T,R>, Function1<T,R>, PartialFunction<T,R>, Serializable, Function<T,R>
Enclosing class:
API.Match<T>

public static final class API.Match.Case8<T,T1,T2,T3,T4,T5,T6,T7,T8,R> extends Object implements API.Match.Case<T,R>
See Also: