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