Package org.awaitility.core
Interface ThrowingRunnable
-
public interface ThrowingRunnableThis interface replacesRunnablein cases when execution ofrun()method may throw exception. Useful for capturing lambdas that throw exceptions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()
-