Package | Description |
---|---|
org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
Modifier and Type | Method and Description |
---|---|
static <O> Supplier<O> |
Functions.asSupplier(Functions.FailableSupplier<O,?> supplier)
Deprecated.
Converts the given
Functions.FailableSupplier into a standard Supplier . |
static <O,T extends Throwable> |
Functions.get(Functions.FailableSupplier<O,T> supplier)
Deprecated.
Invokes a supplier, and returns the result.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.