Package | Description |
---|---|
propel.core.functional.projections |
Modifier and Type | Method and Description |
---|---|
static <TFirst,TSecond,TThird,TFourth> |
Tuples.quadrupleFirstSelector(Quadruple<TFirst,TSecond,TThird,TFourth> quadruple)
Returns the first element of the quadruple
|
static <TFirst,TSecond,TThird,TFourth,TFifth> |
Tuples.quadrupleFourthSelector(Quadruple<TFirst,TSecond,TThird,TFourth> quadruple)
Returns the fourth element of the quadruple
|
static <TFirst,TSecond,TThird,TFourth> |
Tuples.quadrupleSecondSelector(Quadruple<TFirst,TSecond,TThird,TFourth> quadruple)
Returns the second element of the quadruple
|
static <TFirst,TSecond,TThird,TFourth> |
Tuples.quadrupleThirdSelector(Quadruple<TFirst,TSecond,TThird,TFourth> quadruple)
Returns the third element of the quadruple
|