public class DAGTraversal extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DAGTraversal.Function |
| Constructor and Description |
|---|
DAGTraversal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
traverse(List<Task<?>> tasks,
DAGTraversal.Function function) |
public static void traverse(List<Task<?>> tasks, DAGTraversal.Function function)
Copyright © 2022 The Apache Software Foundation. All rights reserved.