Uses of Interface
io.nosqlbench.adapters.api.templating.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in io.nosqlbench.adapters.api.templating
Methods in io.nosqlbench.adapters.api.templating with parameters of type TriFunctionModifier and TypeMethodDescription<FA,FE, FF>
LongFunction<FA> ParsedOp.enhanceFuncOptionally2(LongFunction<FA> func, String field, Class<FE> type, String field2, Class<FF> type2, TriFunction<FA, FE, FF> triCombiner)