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 SummaryFields Modifier and Type Field Description static StreamTestKit.CompletedSubscription$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description CompletedSubscription$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> StreamTestKit.CompletedSubscription<T>apply(org.reactivestreams.Subscriber<T> subscriber)java.lang.StringtoString()<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- 
toStringpublic final java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
applypublic <T> StreamTestKit.CompletedSubscription<T> apply(org.reactivestreams.Subscriber<T> subscriber) 
 - 
unapplypublic <T> scala.Option<org.reactivestreams.Subscriber<T>> unapply(StreamTestKit.CompletedSubscription<T> x$0) 
 
- 
 
-