Uses of Interface
org.burningwave.core.function.ThrowingSupplier
| Package | Description |
|---|---|
| org.burningwave.core.concurrent | |
| org.burningwave.core.function |
-
Uses of ThrowingSupplier in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent with parameters of type ThrowingSupplier Modifier and Type Method Description <T> QueuedTasksExecutor.ProducerTask<T>QueuedTasksExecutor. createTask(ThrowingSupplier<T,? extends Throwable> executable)<T> QueuedTasksExecutor.ProducerTask<T>QueuedTasksExecutor.Group. createTask(ThrowingSupplier<T,? extends Throwable> executable)<T> QueuedTasksExecutor.ProducerTask<T>QueuedTasksExecutor.Group. createTask(ThrowingSupplier<T,? extends Throwable> executable, int priority)<T, E extends Throwable>
TSynchronizer. executeThrower(String id, ThrowingSupplier<T,E> executable) -
Uses of ThrowingSupplier in org.burningwave.core.function
Methods in org.burningwave.core.function with parameters of type ThrowingSupplier Modifier and Type Method Description static <T, E extends Throwable>
TExecutor. get(ThrowingSupplier<T,? extends E> supplier)static <T, E extends Throwable>
TExecutor. get(ThrowingSupplier<T,? extends E> supplier, int attemptsNumber)