Package org.apache.pekko.stream
Class FanInShape.Ports$
java.lang.Object
org.apache.pekko.stream.FanInShape.Ports$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FanInShape<O>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FanInShape.Ports$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<O> FanInShape.Ports<O>final StringtoString()unapply(FanInShape.Ports<O> 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 <O> FanInShape.Ports<O> apply(Outlet<O> outlet, scala.collection.immutable.Seq<Inlet<?>> inlets) -
unapply
public <O> scala.Option<scala.Tuple2<Outlet<O>,scala.collection.immutable.Seq<Inlet<?>>>> unapply(FanInShape.Ports<O> x$0)
-