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