Uses of Interface
no.digipost.function.DecaFunction
-
Packages that use DecaFunction Package Description no.digipost.function no.digipost.jdbc no.digipost.tuple -
-
Uses of DecaFunction in no.digipost.function
Methods in no.digipost.function that return DecaFunction Modifier and Type Method Description default <S> DecaFunction<T,U,V,W,X,Y,Z,A,B,C,S>DecaFunction. andThen(Function<? super R,S> after) -
Uses of DecaFunction in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type DecaFunction Modifier and Type Method Description default <S> RowMapper<S>RowMapper.Decupled. andThen(DecaFunction<? super T,? super U,? super V,? super W,? super X,? super Z,? super A,? super B,? super C,? super D,S> resultMapper)Create a new mapper which takes the ten results of this mapper and applies the givenDecaFunctionto yield another result. -
Uses of DecaFunction in no.digipost.tuple
Methods in no.digipost.tuple with parameters of type DecaFunction Modifier and Type Method Description <R> RDecuple. to(DecaFunction<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,R> convertor)Convert this decuple to an instance of an arbitrary type.
-