| Package | Description |
|---|---|
| no.digipost.function | |
| no.digipost.jdbc |
| Modifier and Type | Method and Description |
|---|---|
default <S> QuadFunction<T,U,V,W,S> |
QuadFunction.andThen(Function<? super R,S> after) |
| Modifier and Type | Method and Description |
|---|---|
default <S> RowMapper<S> |
RowMapper.Quadrupled.andThen(QuadFunction<? super T,? super U,? super V,? super W,S> resultMapper)
Create a new mapper which takes the four results of this mapper and applies
the given
QuadFunction to yield another result. |
Copyright © 2019 Digipost. All rights reserved.