Uses of Interface
no.digipost.function.PentaFunction
-
Packages that use PentaFunction Package Description no.digipost.function no.digipost.jdbc no.digipost.tuple -
-
Uses of PentaFunction in no.digipost.function
Methods in no.digipost.function that return PentaFunction Modifier and Type Method Description default <S> PentaFunction<T,U,V,W,X,S>PentaFunction. andThen(Function<? super R,S> after) -
Uses of PentaFunction in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type PentaFunction Modifier and Type Method Description default <S> RowMapper<S>RowMapper.Pentupled. andThen(PentaFunction<? super T,? super U,? super V,? super W,? super X,S> resultMapper)Create a new mapper which takes the five results of this mapper and applies the givenPentaFunctionto yield another result. -
Uses of PentaFunction in no.digipost.tuple
Methods in no.digipost.tuple with parameters of type PentaFunction Modifier and Type Method Description <R> RPentuple. to(PentaFunction<? super T1,? super T2,? super T3,? super T4,? super T5,R> convertor)Convert this pentuple to an instance of an arbitrary type.
-