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