Uses of Interface
pro.verron.officestamper.utils.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api with parameters of type TriFunctionModifier and TypeMethodDescriptionvoid
CustomFunction.NeedsTriFunctionImpl.withImplementation
(TriFunction<T, U, V, ?> function) Registers the implementation of a TriFunction that accepts three input arguments of types T, U, and V and produces a result.