Uses of Interface
com.helger.commons.callback.IThrowingRunnable
Packages that use IThrowingRunnable
-
Uses of IThrowingRunnable in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent with parameters of type IThrowingRunnableModifier and TypeMethodDescription<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 IThrowingRunnableModifier and TypeMethodDescriptionstatic voidCommonsTestHelper.testInParallel(int nCalls, IThrowingRunnable<? extends Exception> aRunnable) Run something in parallel