public static final class FanInShape.Name<O> extends java.lang.Object implements FanInShape.Init<O>, scala.Product, scala.Serializable
| Constructor and Description |
|---|
Name(java.lang.String name) |
| 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 java.lang.String name()
name in interface FanInShape.Init<O>public Outlet<O> outlet()
outlet in interface FanInShape.Init<O>public scala.collection.immutable.Seq<Inlet<?>> inlets()
inlets in interface FanInShape.Init<O>