Uses of Interface
com.helger.commons.functional.IThrowingSupplier
-
Packages that use IThrowingSupplier Package Description com.helger.commons.concurrent -
-
Uses of IThrowingSupplier in com.helger.commons.concurrent
Methods in com.helger.commons.concurrent with parameters of type IThrowingSupplier Modifier and Type Method Description <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.
-