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