public interface Concatenate
| Modifier and Type | Method and Description |
|---|---|
static <T1,NT1> PTuple2<T1,NT1> |
concat(PTuple1<T1> first,
PTuple1<NT1> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,NT1,NT2> |
concat(PTuple1<T1> first,
PTuple2<NT1,NT2> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,NT1,NT2,NT3> |
concat(PTuple1<T1> first,
PTuple3<NT1,NT2,NT3> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,NT1,NT2,NT3,NT4> |
concat(PTuple1<T1> first,
PTuple4<NT1,NT2,NT3,NT4> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,NT1,NT2,NT3,NT4,NT5> |
concat(PTuple1<T1> first,
PTuple5<NT1,NT2,NT3,NT4,NT5> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,NT1,NT2,NT3,NT4,NT5,NT6> |
concat(PTuple1<T1> first,
PTuple6<NT1,NT2,NT3,NT4,NT5,NT6> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,NT1,NT2,NT3,NT4,NT5,NT6,NT7> |
concat(PTuple1<T1> first,
PTuple7<NT1,NT2,NT3,NT4,NT5,NT6,NT7> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,NT1> |
concat(PTuple2<T1,T2> first,
PTuple1<NT1> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,NT1,NT2> |
concat(PTuple2<T1,T2> first,
PTuple2<NT1,NT2> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,NT1,NT2,NT3> |
concat(PTuple2<T1,T2> first,
PTuple3<NT1,NT2,NT3> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,NT1,NT2,NT3,NT4> |
concat(PTuple2<T1,T2> first,
PTuple4<NT1,NT2,NT3,NT4> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,NT1,NT2,NT3,NT4,NT5> |
concat(PTuple2<T1,T2> first,
PTuple5<NT1,NT2,NT3,NT4,NT5> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,NT1,NT2,NT3,NT4,NT5,NT6> |
concat(PTuple2<T1,T2> first,
PTuple6<NT1,NT2,NT3,NT4,NT5,NT6> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,NT1> |
concat(PTuple3<T1,T2,T3> first,
PTuple1<NT1> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,NT1,NT2> |
concat(PTuple3<T1,T2,T3> first,
PTuple2<NT1,NT2> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,NT1,NT2,NT3> |
concat(PTuple3<T1,T2,T3> first,
PTuple3<NT1,NT2,NT3> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,NT1,NT2,NT3,NT4> |
concat(PTuple3<T1,T2,T3> first,
PTuple4<NT1,NT2,NT3,NT4> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,NT1,NT2,NT3,NT4,NT5> |
concat(PTuple3<T1,T2,T3> first,
PTuple5<NT1,NT2,NT3,NT4,NT5> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,NT1> |
concat(PTuple4<T1,T2,T3,T4> first,
PTuple1<NT1> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,NT1,NT2> |
concat(PTuple4<T1,T2,T3,T4> first,
PTuple2<NT1,NT2> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,NT1,NT2,NT3> |
concat(PTuple4<T1,T2,T3,T4> first,
PTuple3<NT1,NT2,NT3> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,NT1,NT2,NT3,NT4> |
concat(PTuple4<T1,T2,T3,T4> first,
PTuple4<NT1,NT2,NT3,NT4> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,T5,NT1> |
concat(PTuple5<T1,T2,T3,T4,T5> first,
PTuple1<NT1> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,T5,NT1,NT2> |
concat(PTuple5<T1,T2,T3,T4,T5> first,
PTuple2<NT1,NT2> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,T5,NT1,NT2,NT3> |
concat(PTuple5<T1,T2,T3,T4,T5> first,
PTuple3<NT1,NT2,NT3> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,T5,T6,NT1> |
concat(PTuple6<T1,T2,T3,T4,T5,T6> first,
PTuple1<NT1> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,T5,T6,NT1,NT2> |
concat(PTuple6<T1,T2,T3,T4,T5,T6> first,
PTuple2<NT1,NT2> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,T2,T3,T4,T5,T6,T7,NT1> |
concat(PTuple7<T1,T2,T3,T4,T5,T6,T7> first,
PTuple1<NT1> concatWith)
Concatenate two PTuples creating a new PTuple.
|
static <T1,NT1> PTuple2<T1,NT1> concat(PTuple1<T1> first, PTuple1<NT1> concatWith)
concat(PowerTuples.tuple(10),(PowerTuples.tuple(100));
// [10,100]
static <T1,NT1,NT2> PTuple3<T1,NT1,NT2> concat(PTuple1<T1> first, PTuple2<NT1,NT2> concatWith)
concat(PowerTuples.tuple(10),(PowerTuples.tuple(100,101));
// [10,100,101]
static <T1,NT1,NT2,NT3> PTuple4<T1,NT1,NT2,NT3> concat(PTuple1<T1> first, PTuple3<NT1,NT2,NT3> concatWith)
concat(PowerTuples.tuple(10),(PowerTuples.tuple(100,101,102));
// [10,100,101,102]
static <T1,NT1,NT2,NT3,NT4> PTuple5<T1,NT1,NT2,NT3,NT4> concat(PTuple1<T1> first, PTuple4<NT1,NT2,NT3,NT4> concatWith)
concat(PowerTuples.tuple(10),(PowerTuples.tuple(100,101,102,103));
// [10,100,101,102,103]
static <T1,NT1,NT2,NT3,NT4,NT5> PTuple6<T1,NT1,NT2,NT3,NT4,NT5> concat(PTuple1<T1> first, PTuple5<NT1,NT2,NT3,NT4,NT5> concatWith)
concat(PowerTuples.tuple(10),(PowerTuples.tuple(100,101,102,103,104));
// [10,100,101,102,103,104]
static <T1,NT1,NT2,NT3,NT4,NT5,NT6> PTuple7<T1,NT1,NT2,NT3,NT4,NT5,NT6> concat(PTuple1<T1> first, PTuple6<NT1,NT2,NT3,NT4,NT5,NT6> concatWith)
concat(PowerTuples.tuple(10),(PowerTuples.tuple(100,101,102,103,104,105));
// [10,100,101,102,103,104,105]
static <T1,NT1,NT2,NT3,NT4,NT5,NT6,NT7> PTuple8<T1,NT1,NT2,NT3,NT4,NT5,NT6,NT7> concat(PTuple1<T1> first, PTuple7<NT1,NT2,NT3,NT4,NT5,NT6,NT7> concatWith)
concat(PowerTuples.tuple(10),(PowerTuples.tuple(100,101,102,103,104,105,106));
// [10,100,101,102,103,104,105,106]
static <T1,T2,NT1> PTuple3<T1,T2,NT1> concat(PTuple2<T1,T2> first, PTuple1<NT1> concatWith)
concat(PowerTuples.tuple(10,11),(PowerTuples.tuple(100));
// [10,11,100]
static <T1,T2,NT1,NT2> PTuple4<T1,T2,NT1,NT2> concat(PTuple2<T1,T2> first, PTuple2<NT1,NT2> concatWith)
concat(PowerTuples.tuple(10,11),(PowerTuples.tuple(100,101));
// [10,11,100,101]
static <T1,T2,NT1,NT2,NT3> PTuple5<T1,T2,NT1,NT2,NT3> concat(PTuple2<T1,T2> first, PTuple3<NT1,NT2,NT3> concatWith)
concat(PowerTuples.tuple(10,11),(PowerTuples.tuple(100,101,102));
// [10,11,100,101,102]
static <T1,T2,NT1,NT2,NT3,NT4> PTuple6<T1,T2,NT1,NT2,NT3,NT4> concat(PTuple2<T1,T2> first, PTuple4<NT1,NT2,NT3,NT4> concatWith)
concat(PowerTuples.tuple(10,11),(PowerTuples.tuple(100,101,102,103));
// [10,11,100,101,102,103]
static <T1,T2,NT1,NT2,NT3,NT4,NT5> PTuple7<T1,T2,NT1,NT2,NT3,NT4,NT5> concat(PTuple2<T1,T2> first, PTuple5<NT1,NT2,NT3,NT4,NT5> concatWith)
concat(PowerTuples.tuple(10,11),(PowerTuples.tuple(100,101,102,103,104));
// [10,11,100,101,102,103,104]
static <T1,T2,NT1,NT2,NT3,NT4,NT5,NT6> PTuple8<T1,T2,NT1,NT2,NT3,NT4,NT5,NT6> concat(PTuple2<T1,T2> first, PTuple6<NT1,NT2,NT3,NT4,NT5,NT6> concatWith)
concat(PowerTuples.tuple(10,11),(PowerTuples.tuple(100,101,102,103,104,105));
// [10,11,100,101,102,103,104,105]
static <T1,T2,T3,NT1> PTuple4<T1,T2,T3,NT1> concat(PTuple3<T1,T2,T3> first, PTuple1<NT1> concatWith)
concat(PowerTuples.tuple(10,11,12),(PowerTuples.tuple(100));
// [10,11,12,100]
static <T1,T2,T3,NT1,NT2> PTuple5<T1,T2,T3,NT1,NT2> concat(PTuple3<T1,T2,T3> first, PTuple2<NT1,NT2> concatWith)
concat(PowerTuples.tuple(10,11,12),(PowerTuples.tuple(100,101));
// [10,11,12,100,101]
static <T1,T2,T3,NT1,NT2,NT3> PTuple6<T1,T2,T3,NT1,NT2,NT3> concat(PTuple3<T1,T2,T3> first, PTuple3<NT1,NT2,NT3> concatWith)
concat(PowerTuples.tuple(10,11,12),(PowerTuples.tuple(100,101,102));
// [10,11,12,100,101,102]
static <T1,T2,T3,NT1,NT2,NT3,NT4> PTuple7<T1,T2,T3,NT1,NT2,NT3,NT4> concat(PTuple3<T1,T2,T3> first, PTuple4<NT1,NT2,NT3,NT4> concatWith)
concat(PowerTuples.tuple(10,11,12),(PowerTuples.tuple(100,101,102,103));
// [10,11,12,100,101,102,103]
static <T1,T2,T3,NT1,NT2,NT3,NT4,NT5> PTuple8<T1,T2,T3,NT1,NT2,NT3,NT4,NT5> concat(PTuple3<T1,T2,T3> first, PTuple5<NT1,NT2,NT3,NT4,NT5> concatWith)
concat(PowerTuples.tuple(10,11,12),(PowerTuples.tuple(100,101,102,103,104));
// [10,11,12,100,101,102,103,104]
static <T1,T2,T3,T4,NT1> PTuple5<T1,T2,T3,T4,NT1> concat(PTuple4<T1,T2,T3,T4> first, PTuple1<NT1> concatWith)
concat(PowerTuples.tuple(10,11,12,13),(PowerTuples.tuple(100));
// [10,11,12,13,100]
static <T1,T2,T3,T4,NT1,NT2> PTuple6<T1,T2,T3,T4,NT1,NT2> concat(PTuple4<T1,T2,T3,T4> first, PTuple2<NT1,NT2> concatWith)
concat(PowerTuples.tuple(10,11,12,13),(PowerTuples.tuple(100,101));
// [10,11,12,13,100,101]
static <T1,T2,T3,T4,NT1,NT2,NT3> PTuple7<T1,T2,T3,T4,NT1,NT2,NT3> concat(PTuple4<T1,T2,T3,T4> first, PTuple3<NT1,NT2,NT3> concatWith)
concat(PowerTuples.tuple(10,11,12,13),(PowerTuples.tuple(100,101,102));
// [10,11,12,13,100,101,102]
static <T1,T2,T3,T4,NT1,NT2,NT3,NT4> PTuple8<T1,T2,T3,T4,NT1,NT2,NT3,NT4> concat(PTuple4<T1,T2,T3,T4> first, PTuple4<NT1,NT2,NT3,NT4> concatWith)
concat(PowerTuples.tuple(10,11,12,13),(PowerTuples.tuple(100,101,102,103));
// [10,11,12,13,100,101,102,103]
static <T1,T2,T3,T4,T5,NT1> PTuple6<T1,T2,T3,T4,T5,NT1> concat(PTuple5<T1,T2,T3,T4,T5> first, PTuple1<NT1> concatWith)
concat(PowerTuples.tuple(10,11,12,13,14),(PowerTuples.tuple(100));
// [10,11,12,13,14,100]
static <T1,T2,T3,T4,T5,NT1,NT2> PTuple7<T1,T2,T3,T4,T5,NT1,NT2> concat(PTuple5<T1,T2,T3,T4,T5> first, PTuple2<NT1,NT2> concatWith)
concat(PowerTuples.tuple(10,11,12,13,14),(PowerTuples.tuple(100,101));
// [10,11,12,13,14,100,101]
static <T1,T2,T3,T4,T5,NT1,NT2,NT3> PTuple8<T1,T2,T3,T4,T5,NT1,NT2,NT3> concat(PTuple5<T1,T2,T3,T4,T5> first, PTuple3<NT1,NT2,NT3> concatWith)
concat(PowerTuples.tuple(10,11,12,13,14),(PowerTuples.tuple(100,101,102));
// [10,11,12,13,14,100,101,102]
static <T1,T2,T3,T4,T5,T6,NT1> PTuple7<T1,T2,T3,T4,T5,T6,NT1> concat(PTuple6<T1,T2,T3,T4,T5,T6> first, PTuple1<NT1> concatWith)
concat(PowerTuples.tuple(10,11,12,13,14,15),(PowerTuples.tuple(100));
// [10,11,12,13,14,15,100]
static <T1,T2,T3,T4,T5,T6,NT1,NT2> PTuple8<T1,T2,T3,T4,T5,T6,NT1,NT2> concat(PTuple6<T1,T2,T3,T4,T5,T6> first, PTuple2<NT1,NT2> concatWith)
concat(PowerTuples.tuple(10,11,12,13,14,15),(PowerTuples.tuple(100,101));
// [10,11,12,13,14,15,100,101]