Package akka.stream

Class FanInShape1N<T0,​T1,​O>


  • public class FanInShape1N<T0,​T1,​O>
    extends FanInShape<O>
    Deprecated.
    FanInShape1N was removed because it was not used anywhere. Use a custom shape extending from FanInShape directly. Since 2.5.5.
    • Constructor Detail

      • FanInShape1N

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

        public FanInShape1N​(int n)
        Deprecated.
      • FanInShape1N

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

        public FanInShape1N​(Outlet<O> outlet,
                            Inlet<T0> in0,
                            Inlet<T1>[] inlets1)
        Deprecated.
    • Method Detail

      • deepCopy

        public FanInShape1N<T0,​T1,​O> deepCopy()
        Deprecated.
        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>
      • in

        public Inlet<T1> in​(int n)
        Deprecated.
      • in0

        public Inlet<T0> in0()
        Deprecated.
      • in1Seq

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

        public int n()
        Deprecated.