Interface RowMapper.Decupled<T,U,V,W,X,Z,A,B,C,D>

All Superinterfaces:
RowMapper<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<T,U>,V>,W>,X>,Z>,A>,B>,C>,D>>, RowMapper.Hextupled<Tuple<Tuple<Tuple<Tuple<T,U>,V>,W>,X>,Z,A,B,C,D>, RowMapper.Nonupled<Tuple<T,U>,V,W,X,Z,A,B,C,D>, RowMapper.Octupled<Tuple<Tuple<T,U>,V>,W,X,Z,A,B,C,D>, RowMapper.Pentupled<Tuple<Tuple<Tuple<Tuple<Tuple<T,U>,V>,W>,X>,Z>,A,B,C,D>, RowMapper.Quadrupled<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<T,U>,V>,W>,X>,Z>,A>,B,C,D>, RowMapper.Septupled<Tuple<Tuple<Tuple<T,U>,V>,W>,X,Z,A,B,C,D>, RowMapper.Tripled<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<T,U>,V>,W>,X>,Z>,A>,B>,C,D>, RowMapper.Tupled<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<Tuple<T,U>,V>,W>,X>,Z>,A>,B>,C>,D>
Enclosing interface:
RowMapper<R>

public static interface RowMapper.Decupled<T,U,V,W,X,Z,A,B,C,D> extends RowMapper.Nonupled<Tuple<T,U>,V,W,X,Z,A,B,C,D>
  • Method Details

    • andThen

      default <S> RowMapper<S> andThen(DecaFunction<? super T,? super U,? super V,? super W,? super X,? super Z,? super A,? super B,? super C,? super D,S> resultMapper)
      Create a new mapper which takes the ten results of this mapper and applies the given DecaFunction to yield another result.
      Type Parameters:
      S - the output type of the given resultMapper function, which also become the type of the result produced by the new row mapper.
      Parameters:
      resultMapper - the function to apply to the result
      Returns:
      the new row mapper