Class Functions.NotificationOnError<T>

  • All Implemented Interfaces:
    Consumer<java.lang.Throwable>
    Enclosing class:
    Functions

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

      • accept

        public void accept​(java.lang.Throwable 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