Uses of Interface
com.helger.commons.functional.IThrowingSupplier
Packages that use IThrowingSupplier
-
Uses of IThrowingSupplier in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent with parameters of type IThrowingSupplierModifier and TypeMethodDescription<T,EXTYPE extends Exception>
TSimpleLock.lockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE> aCallable) Execute the provided callable in a read lock.<T,EXTYPE extends Exception>
TSimpleReadWriteLock.readLockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE> aCallable) Execute the provided callable in a read lock.<T,EXTYPE extends Exception>
TSimpleReadWriteLock.writeLockedGetThrowing(IThrowingSupplier<? extends T, EXTYPE> aCallable) Execute the provided callable in a write lock.