Uses of Interface
com.yahoo.yolean.Exceptions.SupplierThrowingInterruptedException
Packages that use Exceptions.SupplierThrowingInterruptedException
-
Uses of Exceptions.SupplierThrowingInterruptedException in com.yahoo.yolean
Methods in com.yahoo.yolean with parameters of type Exceptions.SupplierThrowingInterruptedExceptionModifier and TypeMethodDescriptionstatic <T> TExceptions.uncheckInterrupted(Exceptions.SupplierThrowingInterruptedException<T> supplier) Wraps an InterruptedException in an UncheckedInterruptedException.