Interface FanInShape.Init<O>

All Known Implementing Classes:
FanInShape.Name, FanInShape.Ports
Enclosing class:
FanInShape<O>

public static interface FanInShape.Init<O>
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.collection.immutable.Seq<Inlet<?>>
     
     
     
  • Method Details

    • inlets

      scala.collection.immutable.Seq<Inlet<?>> inlets()
    • name

      String name()
    • outlet

      Outlet<O> outlet()