Uses of Interface
com.helger.base.iface.IThrowingRunnable
Packages that use IThrowingRunnable
-
Uses of IThrowingRunnable in com.helger.base.concurrent
Methods in com.helger.base.concurrent with parameters of type IThrowingRunnableModifier and TypeMethodDescription<EXTYPE extends Exception>
voidSimpleLock.lockedThrowing(@NonNull IThrowingRunnable<EXTYPE> aRunnable) Execute the provided runnable in a read lock.<EXTYPE extends Exception>
voidSimpleReadWriteLock.readLockedThrowing(@NonNull IThrowingRunnable<EXTYPE> aRunnable) Execute the provided runnable in a read lock.<EXTYPE extends Exception>
voidSimpleReadWriteLock.writeLockedThrowing(@NonNull IThrowingRunnable<EXTYPE> aRunnable) Execute the provided runnable in a write lock.