Interface FragileRunnable<E extends java.lang.Throwable>
- 
- Type Parameters:
- E- the type of- Throwablethrown 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 java.lang.Throwable>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Execute thisFragileRunnable
 
- 
- 
- 
Method Detail- 
runvoid run() throws E extends java.lang.Throwable Execute thisFragileRunnable- Throws:
- E- if there is an unexpected problem executing this- FragileRunnable
- E extends java.lang.Throwable
 
 
- 
 
-