public static final class FanOutShape.Ports<I> extends java.lang.Object implements FanOutShape.Init<I>, scala.Product, scala.Serializable
| Constructor and Description |
|---|
Ports(Inlet<I> inlet,
scala.collection.immutable.Seq<Outlet<?>> outlets) |
| 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, waitpublic Inlet<I> inlet()
inlet in interface FanOutShape.Init<I>public scala.collection.immutable.Seq<Outlet<?>> outlets()
outlets in interface FanOutShape.Init<I>public java.lang.String name()
name in interface FanOutShape.Init<I>