Class 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
    • Constructor Detail

      • SubInput

        public SubInput​(ActorRef impl,
                        int id)
    • Method Detail

      • id

        public int id()
      • onError

        public void onError​(java.lang.Throwable cause)
        Specified by:
        onError in interface org.reactivestreams.Subscriber<T>
      • onComplete

        public void onComplete()
        Specified by:
        onComplete in interface org.reactivestreams.Subscriber<T>
      • onNext

        public void onNext​(T element)
        Specified by:
        onNext in interface org.reactivestreams.Subscriber<T>
      • onSubscribe

        public void onSubscribe​(org.reactivestreams.Subscription subscription)
        Specified by:
        onSubscribe in interface org.reactivestreams.Subscriber<T>
      • 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:
        productPrefix in interface scala.Product
      • productArity

        public int productArity()
        Specified by:
        productArity in interface scala.Product
      • productElement

        public java.lang.Object productElement​(int x$1)
        Specified by:
        productElement in interface scala.Product
      • productIterator

        public scala.collection.Iterator<java.lang.Object> productIterator()
        Specified by:
        productIterator in interface scala.Product
      • canEqual

        public boolean canEqual​(java.lang.Object x$1)
        Specified by:
        canEqual in interface scala.Equals
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Specified by:
        equals in interface scala.Equals
        Overrides:
        equals in class java.lang.Object