Package akka.stream.testkit
Class StreamTestKit.CompletedSubscription$
- java.lang.Object
-
- akka.stream.testkit.StreamTestKit.CompletedSubscription$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- StreamTestKit
public static class StreamTestKit.CompletedSubscription$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StreamTestKit.CompletedSubscription$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CompletedSubscription$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> StreamTestKit.CompletedSubscription<T>
apply(org.reactivestreams.Subscriber<T> subscriber)
java.lang.String
toString()
<T> scala.Option<org.reactivestreams.Subscriber<T>>
unapply(StreamTestKit.CompletedSubscription<T> x$0)
-
-
-
Field Detail
-
MODULE$
public static final StreamTestKit.CompletedSubscription$ 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> StreamTestKit.CompletedSubscription<T> apply(org.reactivestreams.Subscriber<T> subscriber)
-
unapply
public <T> scala.Option<org.reactivestreams.Subscriber<T>> unapply(StreamTestKit.CompletedSubscription<T> x$0)
-
-