Uses of Interface
no.digipost.function.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in no.digipost.function
Methods in no.digipost.function that return TriFunction -
Uses of TriFunction in no.digipost.jdbc
Methods in no.digipost.jdbc with parameters of type TriFunctionModifier and TypeMethodDescriptiondefault <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 TriFunctionModifier and TypeMethodDescription<R> RTriple.to(TriFunction<? super T1, ? super T2, ? super T3, R> convertor) Convert this triple to an instance of an arbitrary type.