Class Functions.OnErrorMissingConsumer

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

    static final class Functions.OnErrorMissingConsumer
    extends java.lang.Object
    implements Consumer<java.lang.Throwable>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.Throwable error)
      Consume the given value.
      • Methods inherited from class java.lang.Object

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

      • OnErrorMissingConsumer

        OnErrorMissingConsumer()
    • Method Detail

      • accept

        public void accept​(java.lang.Throwable error)
        Description copied from interface: Consumer
        Consume the given value.
        Specified by:
        accept in interface Consumer<java.lang.Throwable>
        Parameters:
        error - the value