Interface LambdaUnchecker.RunnableWithExceptions<E extends java.lang.Exception>

Type Parameters:
E - checked exception
Enclosing class:
LambdaUnchecker
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface LambdaUnchecker.RunnableWithExceptions<E extends java.lang.Exception>
Functional interface for runnables with checked exceptions
See Also:
Runnable
  • Method Summary

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

    • run

      void run() throws E extends java.lang.Exception
      Throws:
      E - checked exception
      See Also:
      Runnable.run()