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