public static final class FanOutShape.Name<I> extends java.lang.Object implements FanOutShape.Init<I>, scala.Product, scala.Serializable
Constructor and Description |
---|
Name(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
Inlet<I> |
inlet() |
java.lang.String |
name() |
scala.collection.immutable.Seq<Outlet<?>> |
outlets() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public java.lang.String name()
name
in interface FanOutShape.Init<I>
public Inlet<I> inlet()
inlet
in interface FanOutShape.Init<I>
public scala.collection.immutable.Seq<Outlet<?>> outlets()
outlets
in interface FanOutShape.Init<I>