Interface Throwables.Runnable<E extends Throwable>

Type Parameters:
E -
All Known Subinterfaces:
Runnable
Enclosing class:
Throwables

public static interface Throwables.Runnable<E extends Throwable>
The Interface Runnable.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
    default Runnable
     
  • Method Details

    • run

      void run() throws E
      Throws:
      E - the e
    • unchecked

      @Beta default Runnable unchecked()
      Returns: