Package akka.stream

Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static FanInShape.Ports$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Ports$()  
    • Field Detail

      • MODULE$

        public static final FanInShape.Ports$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Ports$

        public Ports$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • unapply

        public <O> scala.Option<scala.Tuple2<Outlet<O>,​scala.collection.immutable.Seq<Inlet<?>>>> unapply​(FanInShape.Ports<O> x$0)