Interface FragileRunnable<E extends Throwable>

Type Parameters:
E - the type of Throwable thrown by this FragileRunnable
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 interface FragileRunnable<E extends Throwable>
A FragileRunnable is essentially a Runnable which may throw a Throwable during execution
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Execute this FragileRunnable