Uses of Interface
com.helger.commons.callback.IThrowingRunnable
-
Packages that use IThrowingRunnable Package Description com.helger.commons.concurrent com.helger.commons.mock -
-
Uses of IThrowingRunnable in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent with parameters of type IThrowingRunnable Modifier and Type Method Description <EXTYPE extends Exception>
voidSimpleLock. lockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)Execute the provided runnable in a read lock.<EXTYPE extends Exception>
voidSimpleReadWriteLock. readLockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)Execute the provided runnable in a read lock.<EXTYPE extends Exception>
voidSimpleReadWriteLock. writeLockedThrowing(IThrowingRunnable<EXTYPE> aRunnable)Execute the provided runnable in a write lock. -
Uses of IThrowingRunnable in com.helger.commons.mock
Methods in com.helger.commons.mock with parameters of type IThrowingRunnable Modifier and Type Method Description static voidCommonsTestHelper. testInParallel(int nCalls, IThrowingRunnable<? extends Exception> aRunnable)Run something in parallel
-