Interface TupleMapper<T,R>

All Superinterfaces:
Function<T,R>
All Known Implementing Classes:
AbstractTupleMapper, DecupleMapperImpl, DuodecupleMapperImpl, EmptyTupleMapperImpl, HextupleMapperImpl, NonupleMapperImpl, NovemdecupleMapperImpl, OctodecupleMapperImpl, OctupleMapperImpl, PairMapperImpl, QuadMapperImpl, QuattuordecupleMapperImpl, QuindecupleMapperImpl, QuintupleMapperImpl, SeptendecupleMapperImpl, SeptupleMapperImpl, SexdecupleMapperImpl, SingleMapperImpl, TredecupleMapperImpl, TripleMapperImpl, UndecupleMapperImpl, VigintupleMapperImpl

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

    Modifier and Type
    Method
    Description
    int
     
    get(int index)
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • degree

      int degree()
    • get

      Function<T,?> get(int index)