Uses of Interface
io.activej.common.function.SupplierEx
Packages that use SupplierEx
-
Uses of SupplierEx in io.activej.common.collection
Methods in io.activej.common.collection with parameters of type SupplierExModifier and TypeMethodDescriptionstatic <T> Try<T>Try.wrap(@NotNull SupplierEx<T> computation) Creates a newTrywhich is either successful or failed based on the result of a supplier call -
Uses of SupplierEx in io.activej.common.function
Methods in io.activej.common.function that return SupplierExMethods in io.activej.common.function with parameters of type SupplierExModifier and TypeMethodDescriptionstatic <T> Supplier<T>SupplierEx.uncheckedOf(SupplierEx<T> checkedFn) Creates aSupplierout ofSupplierEx