| Package | Description |
|---|---|
| no.digipost.tuple |
| Modifier and Type | Method and Description |
|---|---|
Octuple<T1,T2,T3,T4,T5,T6,T7,T8> |
ViewableAsOctuple.asOctuple() |
Octuple<T1,T2,T3,T4,T5,T6,T7,T8> |
Octuple.asOctuple() |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
Octuple.flatten(Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<T1,T2>,T3>,T4>,T5>,T6>,T7>,T8> nestedTuple) |
<S1,S2,S3,S4,S5,S6,S7,S8> |
Octuple.map(Function<? super T1,? extends S1> firstMapper,
Function<? super T2,? extends S2> secondMapper,
Function<? super T3,? extends S3> thirdMapper,
Function<? super T4,? extends S4> fourthMapper,
Function<? super T5,? extends S5> fifthMapper,
Function<? super T6,? extends S6> sixthMapper,
Function<? super T7,? extends S7> seventhMapper,
Function<? super T8,? extends S8> eighthMapper)
Create a new octuple by applying a function to each element, and putting the
results into a new octuple.
|
<S8> Octuple<T1,T2,T3,T4,T5,T6,T7,S8> |
Octuple.mapEighth(Function<? super T8,? extends S8> mapper)
Create a new octuple by applying a function to the eighth element, and putting the
result as the eighth element of the new octuple.
|
<S5> Octuple<T1,T2,T3,T4,S5,T6,T7,T8> |
Octuple.mapFifth(Function<? super T5,? extends S5> mapper)
Create a new octuple by applying a function to the fifth element, and putting the
result as the fifth element of the new octuple.
|
<S1> Octuple<S1,T2,T3,T4,T5,T6,T7,T8> |
Octuple.mapFirst(Function<? super T1,? extends S1> mapper)
Create a new octuple by applying a function to the first element, and putting the
result as the first element of the new octuple.
|
<S4> Octuple<T1,T2,T3,S4,T5,T6,T7,T8> |
Octuple.mapFourth(Function<? super T4,? extends S4> mapper)
Create a new octuple by applying a function to the fourth element, and putting the
result as the fourth element of the new octuple.
|
<S2> Octuple<T1,S2,T3,T4,T5,T6,T7,T8> |
Octuple.mapSecond(Function<? super T2,? extends S2> mapper)
Create a new octuple by applying a function to the second element, and putting the
result as the second element of the new octuple.
|
<S7> Octuple<T1,T2,T3,T4,T5,T6,S7,T8> |
Octuple.mapSeventh(Function<? super T7,? extends S7> mapper)
Create a new octuple by applying a function to the seventh element, and putting the
result as the seventh element of the new octuple.
|
<S6> Octuple<T1,T2,T3,T4,T5,S6,T7,T8> |
Octuple.mapSixth(Function<? super T6,? extends S6> mapper)
Create a new octuple by applying a function to the sixth element, and putting the
result as the sixth element of the new octuple.
|
<S3> Octuple<T1,T2,S3,T4,T5,T6,T7,T8> |
Octuple.mapThird(Function<? super T3,? extends S3> mapper)
Create a new octuple by applying a function to the third element, and putting the
result as the third element of the new octuple.
|
static <T1,T2,T3,T4,T5,T6,T7,T8> |
Octuple.of(T1 first,
T2 second,
T3 third,
T4 fourth,
T5 fifth,
T6 sixth,
T7 seventh,
T8 eighth) |
Copyright © 2016 Digipost. All rights reserved.