| Package | Description |
|---|---|
| com.google.api.generator.util |
| Modifier and Type | Method and Description |
|---|---|
default <V> TriFunction<A,B,C,V> |
TriFunction.andThen(Function<? super R,? extends V> after) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
Trie.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.
|
Copyright © 2022 Google LLC. All rights reserved.