Class Shape$

java.lang.Object
org.apache.pekko.stream.Shape$

public class Shape$ extends Object
INTERNAL API
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • MODULE$

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

    • Shape$

      public Shape$()
  • Method Details

    • 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.