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