Package akka.stream

Class UniformFanInShape<T,​O>

    • Constructor Detail

      • UniformFanInShape

        public UniformFanInShape​(int n,
                                 FanInShape.Init<O> _init)
      • UniformFanInShape

        public UniformFanInShape​(int n)
      • UniformFanInShape

        public UniformFanInShape​(int n,
                                 java.lang.String name)
      • UniformFanInShape

        public UniformFanInShape​(Outlet<O> outlet,
                                 Inlet<T>[] inlets)
    • Method Detail

      • n

        public int n()
      • deepCopy

        public UniformFanInShape<T,​O> deepCopy()
        Description copied from class: Shape
        Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.
        Overrides:
        deepCopy in class FanInShape<O>
      • inlets

        public final scala.collection.immutable.Seq<Inlet<T>> inlets()
      • inSeq

        public scala.collection.immutable.IndexedSeq<Inlet<T>> inSeq()
        Deprecated.
        Use 'inlets' or 'in(id)' instead. Since 2.5.5.
      • in

        public Inlet<T> in​(int n)