Package akka.stream.testkit
Class StreamTestKit.CompletedSubscription<T>
- java.lang.Object
- 
- akka.stream.testkit.StreamTestKit.CompletedSubscription<T>
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- org.reactivestreams.Subscription,- scala.Equals,- scala.Product
 - Enclosing class:
- StreamTestKit
 
 public static final class StreamTestKit.CompletedSubscription<T> extends java.lang.Object implements org.reactivestreams.Subscription, scala.Product, java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CompletedSubscription(org.reactivestreams.Subscriber<T> subscriber)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()booleancanEqual(java.lang.Object x$1)<T> StreamTestKit.CompletedSubscription<T>copy(org.reactivestreams.Subscriber<T> subscriber)<T> org.reactivestreams.Subscriber<T>copy$default$1()booleanequals(java.lang.Object x$1)inthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()voidrequest(long elements)org.reactivestreams.Subscriber<T>subscriber()java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
CompletedSubscriptionpublic CompletedSubscription(org.reactivestreams.Subscriber<T> subscriber) 
 
- 
 - 
Method Detail- 
subscriberpublic org.reactivestreams.Subscriber<T> subscriber() 
 - 
requestpublic void request(long elements) - Specified by:
- requestin interface- org.reactivestreams.Subscription
 
 - 
cancelpublic void cancel() - Specified by:
- cancelin interface- org.reactivestreams.Subscription
 
 - 
copypublic <T> StreamTestKit.CompletedSubscription<T> copy(org.reactivestreams.Subscriber<T> subscriber) 
 - 
copy$default$1public <T> org.reactivestreams.Subscriber<T> copy$default$1() 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
 
 - 
productElementNamepublic java.lang.String productElementName(int x$1) - Specified by:
- productElementNamein interface- scala.Product
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object x$1) - Specified by:
- equalsin interface- scala.Equals
- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-