Uses of Interface
no.digipost.function.SeptiFunction
-
Packages that use SeptiFunction Package Description no.digipost.function no.digipost.jdbc -
-
Uses of SeptiFunction in no.digipost.function
Methods in no.digipost.function that return SeptiFunction Modifier and Type Method Description default <S> SeptiFunction<T,U,V,W,X,Y,Z,S>SeptiFunction. andThen(Function<? super R,S> after) -
Uses of SeptiFunction in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type SeptiFunction Modifier and Type Method Description default <S> RowMapper<S>RowMapper.Septupled. andThen(SeptiFunction<? super T,? super U,? super V,? super W,? super X,? super Z,? super A,S> resultMapper)Create a new mapper which takes the seven results of this mapper and applies the givenSeptiFunctionto yield another result.
-