Module com.speedment.common.tuple
Package com.speedment.common.tuple.getter
This package contains getter classes.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
Interface Summary Interface Description TupleGetter<T,R> TupleGetter0<T,T0> Specialization ofTupleGetterthat always returns the 0th element.TupleGetter1<T,T1> Specialization ofTupleGetterthat always returns the 1st element.TupleGetter10<T,T10> Specialization ofTupleGetterthat always returns the 10th element.TupleGetter11<T,T11> Specialization ofTupleGetterthat always returns the 11st element.TupleGetter12<T,T12> Specialization ofTupleGetterthat always returns the 12nd element.TupleGetter13<T,T13> Specialization ofTupleGetterthat always returns the 13rd element.TupleGetter14<T,T14> Specialization ofTupleGetterthat always returns the 14th element.TupleGetter15<T,T15> Specialization ofTupleGetterthat always returns the 15th element.TupleGetter16<T,T16> Specialization ofTupleGetterthat always returns the 16th element.TupleGetter17<T,T17> Specialization ofTupleGetterthat always returns the 17th element.TupleGetter18<T,T18> Specialization ofTupleGetterthat always returns the 18th element.TupleGetter19<T,T19> Specialization ofTupleGetterthat always returns the 19th element.TupleGetter2<T,T2> Specialization ofTupleGetterthat always returns the 2nd element.TupleGetter20<T,T20> Specialization ofTupleGetterthat always returns the 20th element.TupleGetter21<T,T21> Specialization ofTupleGetterthat always returns the 21st element.TupleGetter22<T,T22> Specialization ofTupleGetterthat always returns the 22nd element.TupleGetter23<T,T23> Specialization ofTupleGetterthat always returns the 23rd element.TupleGetter3<T,T3> Specialization ofTupleGetterthat always returns the 3rd element.TupleGetter4<T,T4> Specialization ofTupleGetterthat always returns the 4th element.TupleGetter5<T,T5> Specialization ofTupleGetterthat always returns the 5th element.TupleGetter6<T,T6> Specialization ofTupleGetterthat always returns the 6th element.TupleGetter7<T,T7> Specialization ofTupleGetterthat always returns the 7th element.TupleGetter8<T,T8> Specialization ofTupleGetterthat always returns the 8th element.TupleGetter9<T,T9> Specialization ofTupleGetterthat always returns the 9th element.