Package org.apache.pekko.stream
Class FanOutShape.Ports$
java.lang.Object
org.apache.pekko.stream.FanOutShape.Ports$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FanOutShape<I>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FanOutShape.Ports$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<I> FanOutShape.Ports<I>final StringtoString()unapply(FanOutShape.Ports<I> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Ports$
public Ports$()
-
-
Method Details
-
toString
-
apply
public <I> FanOutShape.Ports<I> apply(Inlet<I> inlet, scala.collection.immutable.Seq<Outlet<?>> outlets) -
unapply
public <I> scala.Option<scala.Tuple2<Inlet<I>,scala.collection.immutable.Seq<Outlet<?>>>> unapply(FanOutShape.Ports<I> x$0)
-