Package | Description |
---|---|
io.vavr |
Beside
API the io.vavr package contains core types like (Checked)Functions and Tuples. |
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3,_1 extends T1,_2 extends T2,_3 extends T3> |
Patterns.$Tuple3(API.Match.Pattern<_1,?> p1,
API.Match.Pattern<_2,?> p2,
API.Match.Pattern<_3,?> p3) |
static <T,T1 extends U1,U1,T2 extends U2,U2,T3 extends U3,U3> |
API.Match.Pattern3.of(Class<? super T> type,
API.Match.Pattern<T1,?> p1,
API.Match.Pattern<T2,?> p2,
API.Match.Pattern<T3,?> p3,
Function<T,Tuple3<U1,U2,U3>> unapply) |
Modifier and Type | Method and Description |
---|---|
static <T,T1,T2,T3,R> |
API.Case(API.Match.Pattern3<T,T1,T2,T3> pattern,
Function3<? super T1,? super T2,? super T3,? extends R> f) |
static <T,T1,T2,T3,R> |
API.Case(API.Match.Pattern3<T,T1,T2,T3> pattern,
R retVal) |
static <T,T1,T2,T3,R> |
API.Case(API.Match.Pattern3<T,T1,T2,T3> pattern,
Supplier<? extends R> supplier) |
Copyright © 2021. All Rights Reserved.