Uses of Interface
no.digipost.function.PentaFunction
Packages that use PentaFunction
-
Uses of PentaFunction in no.digipost.function
Methods in no.digipost.function that return PentaFunction -
Uses of PentaFunction in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type PentaFunctionModifier and TypeMethodDescriptiondefault <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