Package org.apache.pekko.stream.testkit
Class StreamTestKit.CompletedSubscription$
java.lang.Object
org.apache.pekko.stream.testkit.StreamTestKit.CompletedSubscription$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StreamTestKit
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StreamTestKit.CompletedSubscription$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CompletedSubscription$
public CompletedSubscription$()
-
-
Method Details
-
toString
-
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)
-