Package akka.stream
Class SourceShape$
- java.lang.Object
-
- akka.stream.SourceShape$
-
- All Implemented Interfaces:
java.io.Serializable
public class SourceShape$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SourceShape$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SourceShape$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> SourceShape<T>
apply(Outlet<T> out)
<T> SourceShape<T>
of(Outlet<T> outlet)
Java API<T> scala.Option<Outlet<T>>
unapply(SourceShape<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final SourceShape$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
of
public <T> SourceShape<T> of(Outlet<T> outlet)
Java API
-
apply
public <T> SourceShape<T> apply(Outlet<T> out)
-
unapply
public <T> scala.Option<Outlet<T>> unapply(SourceShape<T> x$0)
-
-