Class QueueSink.Pull<T>

  • All Implemented Interfaces:
    QueueSink.Output<T>, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    QueueSink<T>

    public static final class QueueSink.Pull<T>
    extends java.lang.Object
    implements QueueSink.Output<T>, scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Pull​(scala.concurrent.Promise<scala.Option<T>> promise)  
    • Constructor Detail

      • Pull

        public Pull​(scala.concurrent.Promise<scala.Option<T>> promise)
    • Method Detail

      • promise

        public scala.concurrent.Promise<scala.Option<T>> promise()
      • copy

        public <T> QueueSink.Pull<T> copy​(scala.concurrent.Promise<scala.Option<T>> promise)
      • copy$default$1

        public <T> scala.concurrent.Promise<scala.Option<T>> copy$default$1()
      • 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
      • productElementName

        public java.lang.String productElementName​(int x$1)
        Specified by:
        productElementName in interface scala.Product
      • 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