Package akka.stream
Class FanInShape1N<T0,T1,O>
- java.lang.Object
-
- akka.stream.Shape
-
- akka.stream.FanInShape<O>
-
- akka.stream.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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class akka.stream.FanInShape
FanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$
-
-
Constructor Summary
Constructors Constructor Description FanInShape1N(int n)
Deprecated.FanInShape1N(int n, FanInShape.Init<O> _init)
Deprecated.FanInShape1N(int n, java.lang.String name)
Deprecated.FanInShape1N(Outlet<O> outlet, Inlet<T0> in0, Inlet<T1>[] inlets1)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected FanInShape<O>
construct(FanInShape.Init<O> init)
Deprecated.FanInShape1N<T0,T1,O>
deepCopy()
Deprecated.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.Inlet<T1>
in(int n)
Deprecated.Inlet<T0>
in0()
Deprecated.scala.collection.immutable.IndexedSeq<Inlet<T1>>
in1Seq()
Deprecated.Use 'inlets' or 'in(id)' instead.int
n()
Deprecated.-
Methods inherited from class akka.stream.FanInShape
inlets, newInlet, out, outlets
-
Methods inherited from class akka.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
-
-
-
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.
-
-
Method Detail
-
construct
protected FanInShape<O> construct(FanInShape.Init<O> init)
Deprecated.- Specified by:
construct
in classFanInShape<O>
-
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 classFanInShape<O>
-
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.
-
-