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