Package akka.stream

Class Shape$


  • public class Shape$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

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

      Constructors 
      Constructor Description
      Shape$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasOnePort​(scala.collection.immutable.Seq<?> ports)
      inlets and outlets can be Vector or List so this method checks the size of 1 in an optimized way.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • Shape$

        public Shape$()
    • Method Detail

      • hasOnePort

        public boolean hasOnePort​(scala.collection.immutable.Seq<?> ports)
        inlets and outlets can be Vector or List so this method checks the size of 1 in an optimized way.