Uses of Interface
com.google.api.generator.util.TriFunction
-
Packages that use TriFunction Package Description com.google.api.generator.util -
-
Uses of TriFunction in com.google.api.generator.util
Methods in com.google.api.generator.util that return TriFunction Modifier and Type Method Description default <V> TriFunction<A,B,C,V>TriFunction. andThen(Function<? super R,? extends V> after)Methods in com.google.api.generator.util with parameters of type TriFunction Modifier and Type Method Description <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.
-