public static class GraphInterpreter.GraphAssembly$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static GraphInterpreter.GraphAssembly$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
GraphAssembly$() |
Modifier and Type | Method and Description |
---|---|
GraphInterpreter.GraphAssembly |
apply(scala.collection.immutable.Seq<Inlet<?>> inlets,
scala.collection.immutable.Seq<Outlet<?>> outlets,
scala.collection.Seq<GraphStageWithMaterializedValue<Shape,?>> stages)
INTERNAL API
|
public static final GraphInterpreter.GraphAssembly$ MODULE$
public final GraphInterpreter.GraphAssembly apply(scala.collection.immutable.Seq<Inlet<?>> inlets, scala.collection.immutable.Seq<Outlet<?>> outlets, scala.collection.Seq<GraphStageWithMaterializedValue<Shape,?>> stages)
inlets
- (undocumented)outlets
- (undocumented)stages
- (undocumented)