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>
RowMapper.Decupled<T,U,V,W,X,Z,A,B,C,D>, RowMapper.Hextupled<T,U,V,W,X,Z>, RowMapper.Nonupled<T,U,V,W,X,Z,A,B,C>, RowMapper.Octupled<T,U,V,W,X,Z,A,B>, RowMapper.Pentupled<T,U,V,W,X>, RowMapper.Quadrupled<T,U,V,W>, RowMapper.Septupled<T,U,V,W,X,Z,A>, RowMapper.Tripled<T,U,V>, RowMapper.Tupled<T,U>| Modifier and Type | Method and Description |
|---|---|
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. |
andThen, combinedWithandThenandThenandThenandThenandThenandThenandThendefault <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)
DecaFunction to yield another result.S - the output type of the given resultMapper function,
which also become the type of the result produced by the new
row mapper.resultMapper - the function to apply to the resultCopyright © 2018 Digipost. All rights reserved.