Package no.digipost.jdbc
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>
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>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface no.digipost.jdbc.RowMapper
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>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method 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 givenDecaFunctionto yield another result.-
Methods inherited from interface no.digipost.jdbc.RowMapper.Hextupled
andThen
-
Methods inherited from interface no.digipost.jdbc.RowMapper.Nonupled
andThen, combinedWith
-
Methods inherited from interface no.digipost.jdbc.RowMapper.Octupled
andThen
-
Methods inherited from interface no.digipost.jdbc.RowMapper.Pentupled
andThen
-
Methods inherited from interface no.digipost.jdbc.RowMapper.Quadrupled
andThen
-
Methods inherited from interface no.digipost.jdbc.RowMapper.Septupled
andThen
-
Methods inherited from interface no.digipost.jdbc.RowMapper.Tripled
andThen
-
Methods inherited from interface no.digipost.jdbc.RowMapper.Tupled
andThen
-
-
-
-
Method Detail
-
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 givenDecaFunctionto yield another result.- Type Parameters:
S- the output type of the givenresultMapperfunction, 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
-
-