Package | Description |
---|---|
propel.core.functional.projections |
Modifier and Type | Method and Description |
---|---|
static <TFirst,TSecond,TThird,TFourth,TFifth> |
Tuples.quintupleFifthSelector(Quintuple<TFirst,TSecond,TThird,TFourth,TFifth> quintuple)
Returns the fifth element of the quintuple
|
static <TFirst,TSecond,TThird,TFourth,TFifth> |
Tuples.quintupleFirstSelector(Quintuple<TFirst,TSecond,TThird,TFourth,TFifth> quintuple)
Returns the first element of the quintuple
|
static <TFirst,TSecond,TThird,TFourth,TFifth> |
Tuples.quintupleFourthSelector(Quintuple<TFirst,TSecond,TThird,TFourth,TFifth> quintuple)
Returns the fourth element of the quintuple
|
static <TFirst,TSecond,TThird,TFourth,TFifth> |
Tuples.quintupleSecondSelector(Quintuple<TFirst,TSecond,TThird,TFourth,TFifth> quintuple)
Returns the second element of the quintuple
|
static <TFirst,TSecond,TThird,TFourth,TFifth> |
Tuples.quintupleThirdSelector(Quintuple<TFirst,TSecond,TThird,TFourth,TFifth> quintuple)
Returns the third element of the quintuple
|