Interface TupleAccessor<T,R>

All Superinterfaces:
Function<T,R>
All Known Subinterfaces:
EighteenthAccessor<T,T17>, EighthAccessor<T,T7>, EleventhAccessor<T,T10>, FifteenthAccessor<T,T14>, FifthAccessor<T,T4>, FirstAccessor<T,T0>, FourteenthAccessor<T,T13>, FourthAccessor<T,T3>, NineteenthAccessor<T,T18>, NinthAccessor<T,T8>, SecondAccessor<T,T1>, SeventeenthAccessor<T,T16>, SeventhAccessor<T,T6>, SixteenthAccessor<T,T15>, SixthAccessor<T,T5>, TenthAccessor<T,T9>, ThirdAccessor<T,T2>, ThirteenthAccessor<T,T12>, TwelfthAccessor<T,T11>, TwentiethAccessor<T,T19>

public interface TupleAccessor<T,R> extends Function<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • index

      int index()