public static interface PythonComponents.Resolved
PythonComponents
into a class usable by Step
s.Modifier and Type | Interface and Description |
---|---|
static interface |
PythonComponents.Resolved.ComponentConsumer
A
BiConsumer which throws a IOException for use by
executing Step s to process the Path s to the components
from this object. |
Modifier and Type | Method and Description |
---|---|
void |
forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer)
Called by executing
Step s to iterate over the components owned
by this PythonComponents . |
void forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer) throws IOException
Step
s to iterate over the components owned
by this PythonComponents
.IOException