Uses of Interface
com.google.api.generator.util.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in com.google.api.generator.util
Methods in com.google.api.generator.util that return TriFunctionMethods in com.google.api.generator.util with parameters of type TriFunctionModifier and TypeMethodDescription<R> RTrie.dfsTraverseAndReduce(Function<T, R> parentPreprocFn, TriFunction<T, R, R, R> parentPostprocFn, BiFunction<T, R, R> leafReduceFn, R baseValue) Reduces the trie to a single value, via a DFS traversal.