| Interface | Description |
|---|---|
| Functions.Function3<T1,T2,T3,R> | |
| Functions.Function4<T1,T2,T3,T4,R> | |
| Functions.Function5<T1,T2,T3,T4,T5,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> | |
| Tuples |
A set of methods to create
Tuple instances from lists. |
Copyright © 2019–2020 SmallRye. All rights reserved.