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