public static interface RowMapper.Quadrupled<T,U,V,W> extends RowMapper.Tripled<Tuple<T,U>,V,W>
RowMapper.Quadrupled<T,U,V,W>, RowMapper.Tripled<T,U,V>, RowMapper.Tupled<T,U>| Modifier and Type | Method and Description |
|---|---|
default <S> RowMapper<S> |
andThen(QuadFunction<? super T,? super U,? super V,? super W,S> mapper)
Create a new mapper which takes the four results of this mapper and applies
the given
QuadFunction to yield another result. |
andThen, combinedWithandThenandThen, fromResultSet, fromResultSet, of, ofdefault <S> RowMapper<S> andThen(QuadFunction<? super T,? super U,? super V,? super W,S> mapper)
QuadFunction 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 © 2016 Digipost. All rights reserved.