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 Summary
Constructors Constructor Description CompletedSubscription(org.reactivestreams.Subscriber<T> subscriber) 
- 
Method Summary
All 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
- 
CompletedSubscription
public CompletedSubscription(org.reactivestreams.Subscriber<T> subscriber)
 
 - 
 
- 
Method Detail
- 
subscriber
public org.reactivestreams.Subscriber<T> subscriber()
 
- 
request
public void request(long elements)
- Specified by:
 requestin interfaceorg.reactivestreams.Subscription
 
- 
cancel
public void cancel()
- Specified by:
 cancelin interfaceorg.reactivestreams.Subscription
 
- 
copy
public <T> StreamTestKit.CompletedSubscription<T> copy(org.reactivestreams.Subscriber<T> subscriber)
 
- 
copy$default$1
public <T> org.reactivestreams.Subscriber<T> copy$default$1()
 
- 
productPrefix
public java.lang.String productPrefix()
- Specified by:
 productPrefixin interfacescala.Product
 
- 
productArity
public int productArity()
- Specified by:
 productArityin interfacescala.Product
 
- 
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
 productElementin interfacescala.Product
 
- 
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
 productIteratorin interfacescala.Product
 
- 
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
 canEqualin interfacescala.Equals
 
- 
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
 productElementNamein interfacescala.Product
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
 equalsin interfacescala.Equals- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -