@FunctionalInterface public static interface Traverse.Traverser
| 限定符和类型 | 方法和说明 |
|---|---|
<T> io.reactivex.Flowable<T> |
travese(T root,
java.util.function.Function<T,Iterable<T>> getChildren) |
<T> io.reactivex.Flowable<T> travese(T root,
java.util.function.Function<T,Iterable<T>> getChildren)
Copyright © 2018. All rights reserved.