| Interface | Description |
|---|---|
| Functions.Function3<T1,T2,T3,R> | |
| Functions.Function4<T1,T2,T3,T4,R> | |
| Functions.Function5<T1,T2,T3,T4,T5,R> | |
| Functions.Function6<T1,T2,T3,T4,T5,T6,R> | |
| Functions.Function7<T1,T2,T3,T4,T5,T6,T7,R> | |
| Functions.Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> | |
| Functions.Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> | |
| Functions.TriConsumer<A,B,C> |
A consumer taking 3 parameters.
|
| Tuple |
| Class | Description |
|---|---|
| Functions | |
| Tuple2<L,R> |
A tuple containing two items.
|
| Tuple3<T1,T2,T3> | |
| Tuple4<T1,T2,T3,T4> | |
| Tuple5<T1,T2,T3,T4,T5> | |
| Tuple6<T1,T2,T3,T4,T5,T6> | |
| Tuple7<T1,T2,T3,T4,T5,T6,T7> | |
| Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> | |
| Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9> | |
| Tuples |
A set of methods to create
Tuple instances from lists. |
Copyright © 2019–2020 SmallRye. All rights reserved.