Package akka.stream.impl.streamref
Class SourceRefImpl<T>
- java.lang.Object
-
- akka.stream.impl.streamref.SourceRefImpl<T>
-
- All Implemented Interfaces:
SourceRef<T>,java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
public final class SourceRefImpl<T> extends java.lang.Object implements SourceRef<T>, scala.Product, scala.Serializable
INTERNAL API: Implementation class, not intended to be touched directly by end-users- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceRefImpl(ActorRef initialPartnerRef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> SourceRefImpl<T>apply(ActorRef initialPartnerRef)booleancanEqual(java.lang.Object x$1)<T> SourceRefImpl<T>copy(ActorRef initialPartnerRef)<T> ActorRefcopy$default$1()booleanequals(java.lang.Object x$1)inthashCode()ActorRefinitialPartnerRef()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()Source<T,NotUsed>source()Scala API: GetSourceunderlying to this source ref.java.lang.StringtoString()static <T> scala.Option<ActorRef>unapply(SourceRefImpl<T> x$0)
-
-
-
Constructor Detail
-
SourceRefImpl
public SourceRefImpl(ActorRef initialPartnerRef)
-
-
Method Detail
-
apply
public static <T> SourceRefImpl<T> apply(ActorRef initialPartnerRef)
-
unapply
public static <T> scala.Option<ActorRef> unapply(SourceRefImpl<T> x$0)
-
initialPartnerRef
public ActorRef initialPartnerRef()
-
source
public Source<T,NotUsed> source()
Description copied from interface:SourceRefScala API: GetSourceunderlying to this source ref.
-
copy
public <T> SourceRefImpl<T> copy(ActorRef initialPartnerRef)
-
copy$default$1
public <T> ActorRef 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
-
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
-
-