Class EmptyPublisher


  • public class EmptyPublisher
    extends java.lang.Object
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyPublisher()  
    • Method Summary

      All Methods Static Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> org.reactivestreams.Publisher<T> apply()  
      static boolean canEqual​(java.lang.Object x$1)  
      abstract static boolean equals​(java.lang.Object that)  
      static int hashCode()  
      static int productArity()  
      static java.lang.Object productElement​(int x$1)  
      static scala.collection.Iterator<java.lang.Object> productIterator()  
      static java.lang.String productPrefix()  
      static void subscribe​(org.reactivestreams.Subscriber<?> subscriber)  
      static java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyPublisher

        public EmptyPublisher()
    • Method Detail

      • subscribe

        public static void subscribe​(org.reactivestreams.Subscriber<?> subscriber)
      • apply

        public static <T> org.reactivestreams.Publisher<T> apply()
      • toString

        public static java.lang.String toString()
      • productPrefix

        public static java.lang.String productPrefix()
      • productArity

        public static int productArity()
      • productElement

        public static java.lang.Object productElement​(int x$1)
      • productIterator

        public static scala.collection.Iterator<java.lang.Object> productIterator()
      • canEqual

        public static boolean canEqual​(java.lang.Object x$1)
      • hashCode

        public static int hashCode()
      • equals

        public abstract static boolean equals​(java.lang.Object that)