Class Functions.NotificationOnNext<T>

  • All Implemented Interfaces:
    Consumer<T>
    Enclosing class:
    Functions

    static final class Functions.NotificationOnNext<T>
    extends java.lang.Object
    implements Consumer<T>
    • Method Detail

      • accept

        public void accept​(T v)
                    throws java.lang.Throwable
        Description copied from interface: Consumer
        Consume the given value.
        Specified by:
        accept in interface Consumer<T>
        Parameters:
        v - the value
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception