Package akka.stream.scaladsl
Class Concat$
- java.lang.Object
-
- akka.stream.scaladsl.Concat$
-
public class Concat$ extends java.lang.Object
Create a newConcat
.
-
-
Constructor Summary
Constructors Constructor Description Concat$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Graph<UniformFanInShape<T,T>,NotUsed>
apply(int inputPorts)
<T> int
apply$default$1()
-
-
-
Field Detail
-
MODULE$
public static final Concat$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Graph<UniformFanInShape<T,T>,NotUsed> apply(int inputPorts)
-
apply$default$1
public <T> int apply$default$1()
-
-