Uses of Interface
org.apache.commons.lang3.Functions.FailableSupplier
-
Packages that use Functions.FailableSupplier Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes. -
-
Uses of Functions.FailableSupplier in org.apache.commons.lang3
Methods in org.apache.commons.lang3 with parameters of type Functions.FailableSupplier Modifier and Type Method Description static <O> java.util.function.Supplier<O>
Functions. asSupplier(Functions.FailableSupplier<O,?> supplier)
Deprecated.Converts the givenFunctions.FailableSupplier
into a standardSupplier
.static <O,T extends java.lang.Throwable>
OFunctions. get(Functions.FailableSupplier<O,T> supplier)
Deprecated.Invokes a supplier, and returns the result.
-