Package akka.stream
Class UniformFanInShape$
- java.lang.Object
-
- akka.stream.UniformFanInShape$
-
public class UniformFanInShape$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static UniformFanInShape$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description UniformFanInShape$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I,O>
UniformFanInShape<I,O>apply(Outlet<O> outlet, scala.collection.immutable.Seq<Inlet<I>> inlets)
<I,O>
UniformFanInShape<I,O>create(Outlet<O> outlet, java.util.List<Inlet<I>> inlets)
Java API
-
-
-
Field Detail
-
MODULE$
public static final UniformFanInShape$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <I,O> UniformFanInShape<I,O> apply(Outlet<O> outlet, scala.collection.immutable.Seq<Inlet<I>> inlets)
-
create
public <I,O> UniformFanInShape<I,O> create(Outlet<O> outlet, java.util.List<Inlet<I>> inlets)
Java API
-
-