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