Uses of Interface
org.burningwave.function.ThrowingSupplier
Packages that use ThrowingSupplier
-
Uses of ThrowingSupplier in org.burningwave
Methods in org.burningwave with parameters of type ThrowingSupplierModifier and TypeMethodDescription<T> TSynchronizer.execute(String id, ThrowingSupplier<T, ? extends Throwable> executable) -
Uses of ThrowingSupplier in org.burningwave.function
Methods in org.burningwave.function with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic <T,E extends Throwable>
THandler.get(ThrowingSupplier<T, ? extends E> supplier) static <T,E extends Throwable>
THandler.getFirst(ThrowingSupplier<T, ? extends E>... suppliers)