Uses of Interface
no.digipost.function.QuadFunction
-
Packages that use QuadFunction Package Description no.digipost.function no.digipost.jdbc no.digipost.tuple -
-
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. -
Uses of QuadFunction in no.digipost.tuple
Methods in no.digipost.tuple with parameters of type QuadFunction Modifier and Type Method Description <R> RQuadruple. to(QuadFunction<? super T1,? super T2,? super T3,? super T4,R> convertor)Convert this quadruple to an instance of an arbitrary type.
-