public static class GraphDSL.Implicits$
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
GraphDSL.Implicits$.BidiFlowShapeArrow<I1,O1,I2,O2> |
static interface |
GraphDSL.Implicits$.CombinerBase<T> |
class |
GraphDSL.Implicits$.DisabledReversePortOps<In> |
class |
GraphDSL.Implicits$.FanInOps<In,Out> |
class |
GraphDSL.Implicits$.FanOutOps<In,Out> |
class |
GraphDSL.Implicits$.FlowArrow<I,O,M> |
class |
GraphDSL.Implicits$.FlowShapeArrow<I,O> |
static interface |
GraphDSL.Implicits$.PortOps<Out> |
static interface |
GraphDSL.Implicits$.ReverseCombinerBase<T> |
class |
GraphDSL.Implicits$.ReversePortOps<In> |
class |
GraphDSL.Implicits$.SinkArrow<T> |
class |
GraphDSL.Implicits$.SinkShapeArrow<T> |
class |
GraphDSL.Implicits$.SourceArrow<T> |
class |
GraphDSL.Implicits$.SourceShapeArrow<T> |
Modifier and Type | Field and Description |
---|---|
static GraphDSL.Implicits$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Implicits$() |
Modifier and Type | Method and Description |
---|---|
<I,O> <any> |
fanOut2flow(UniformFanOutShape<I,O> j,
<any> b) |
<I,O> Inlet<I> |
findIn(<any> b,
UniformFanInShape<I,O> junction,
int n) |
<I,O> Outlet<O> |
findOut(<any> b,
UniformFanOutShape<I,O> junction,
int n) |
<I,O> <any> |
flow2flow(FlowShape<I,O> f,
<any> b) |
<T> <any> |
port2flow(Outlet<T> from,
<any> b) |
public static final GraphDSL.Implicits$ MODULE$
public <I,O> Outlet<O> findOut(<any> b, UniformFanOutShape<I,O> junction, int n)
public <I,O> Inlet<I> findIn(<any> b, UniformFanInShape<I,O> junction, int n)
public <T> <any> port2flow(Outlet<T> from, <any> b)
public <I,O> <any> fanOut2flow(UniformFanOutShape<I,O> j, <any> b)
public <I,O> <any> flow2flow(FlowShape<I,O> f, <any> b)