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