Uses of Interface
org.burningwave.core.function.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionQueuedTaskExecutor.createProducerTask(ThrowingSupplier<T, ? extends Throwable> executable) QueuedTaskExecutor.Group.createProducerTask(ThrowingSupplier<T, ? extends Throwable> executable) QueuedTaskExecutor.Group.createProducerTask(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 ThrowingSupplierModifier and TypeMethodDescriptionstatic <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)