public final class Unzip<A,B> extends UnzipWith2<scala.Tuple2<A,B>,A,B>
Constructor and Description |
---|
Unzip() |
Modifier and Type | Method and Description |
---|---|
static Graph<S,M> |
addAttributes(Attributes attr) |
static <A,B> Unzip<A,B> |
apply()
Create a new
Unzip . |
static Graph<S,M> |
async() |
static GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
static scala.Tuple2<GraphStageLogic,NotUsed> |
createLogicAndMaterializedValue(Attributes inheritedAttributes) |
static Inlet<In> |
in() |
static Attributes |
initialAttributes() |
static StreamLayout.Module |
module() |
static Graph<S,M> |
named(java.lang.String name) |
static Outlet<A1> |
out0() |
static Outlet<A2> |
out1() |
static FanOutShape2<In,A1,A2> |
shape() |
java.lang.String |
toString() |
static scala.Function1<In,scala.Tuple2<A1,A2>> |
unzipper() |
static Graph<S,M> |
withAttributes(Attributes attr) |
createLogic, in, initialAttributes, out0, out1, shape, unzipper
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public static <A,B> Unzip<A,B> apply()
Unzip
.public static Graph<S,M> named(java.lang.String name)
public static Graph<S,M> async()
public static Graph<S,M> addAttributes(Attributes attr)
public static final StreamLayout.Module module()
public static final Graph<S,M> withAttributes(Attributes attr)
public static final scala.Tuple2<GraphStageLogic,NotUsed> createLogicAndMaterializedValue(Attributes inheritedAttributes)
public static scala.Function1<In,scala.Tuple2<A1,A2>> unzipper()
public static Attributes initialAttributes()
public static FanOutShape2<In,A1,A2> shape()
public static Inlet<In> in()
public static Outlet<A1> out0()
public static Outlet<A2> out1()
public static GraphStageLogic createLogic(Attributes inheritedAttributes)