Package akka.stream.actor
Class ActorPublisherImpl$
- java.lang.Object
-
- akka.stream.actor.ActorPublisherImpl$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
public class ActorPublisherImpl$ extends java.lang.Object implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActorPublisherImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ActorPublisherImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> ActorPublisherImpl<T>
apply(ActorRef ref)
java.lang.String
toString()
<T> scala.Option<ActorRef>
unapply(ActorPublisherImpl<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ActorPublisherImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <T> ActorPublisherImpl<T> apply(ActorRef ref)
-
unapply
public <T> scala.Option<ActorRef> unapply(ActorPublisherImpl<T> x$0)
-
-