Uses of Interface
no.digipost.function.QuadFunction
-
Packages that use QuadFunction Package Description no.digipost.function no.digipost.jdbc -
-
Uses of QuadFunction in no.digipost.function
Methods in no.digipost.function that return QuadFunction Modifier and Type Method Description default <S> QuadFunction<T,U,V,W,S>QuadFunction. andThen(Function<? super R,S> after) -
Uses of QuadFunction in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type QuadFunction Modifier and Type Method 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 givenQuadFunctionto yield another result.
-