Package akka.stream
Class FanInShape.Ports$
- java.lang.Object
- 
- akka.stream.FanInShape.Ports$
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- FanInShape<O>
 
 public static class FanInShape.Ports$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static FanInShape.Ports$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description Ports$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <O> FanInShape.Ports<O>apply(Outlet<O> outlet, scala.collection.immutable.Seq<Inlet<?>> inlets)java.lang.StringtoString()<O> scala.Option<scala.Tuple2<Outlet<O>,scala.collection.immutable.Seq<Inlet<?>>>>unapply(FanInShape.Ports<O> x$0)
 
- 
- 
- 
Field Detail- 
MODULE$public static final FanInShape.Ports$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
toStringpublic final java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
applypublic <O> FanInShape.Ports<O> apply(Outlet<O> outlet, scala.collection.immutable.Seq<Inlet<?>> inlets) 
 - 
unapplypublic <O> scala.Option<scala.Tuple2<Outlet<O>,scala.collection.immutable.Seq<Inlet<?>>>> unapply(FanInShape.Ports<O> x$0) 
 
- 
 
-