Package akka.stream.impl
Class FanIn.SubInput<T>
- java.lang.Object
-
- akka.stream.impl.FanIn.SubInput<T>
-
- All Implemented Interfaces:
java.io.Serializable,org.reactivestreams.Subscriber<T>,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- FanIn
public static final class FanIn.SubInput<T> extends java.lang.Object implements org.reactivestreams.Subscriber<T>, scala.Product, scala.Serializable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)<T> FanIn.SubInput<T>copy(ActorRef impl, int id)<T> ActorRefcopy$default$1()<T> intcopy$default$2()booleanequals(java.lang.Object x$1)inthashCode()intid()ActorRefimpl()voidonComplete()voidonError(java.lang.Throwable cause)voidonNext(T element)voidonSubscribe(org.reactivestreams.Subscription subscription)intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SubInput
public SubInput(ActorRef impl, int id)
-
-
Method Detail
-
impl
public ActorRef impl()
-
id
public int id()
-
onError
public void onError(java.lang.Throwable cause)
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<T>
-
onComplete
public void onComplete()
- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-
onNext
public void onNext(T element)
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription)
- Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<T>
-
copy
public <T> FanIn.SubInput<T> copy(ActorRef impl, int id)
-
copy$default$1
public <T> ActorRef copy$default$1()
-
copy$default$2
public <T> int copy$default$2()
-
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
-
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
-
-