Package | Description |
---|---|
org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
org.apache.commons.lang3.function |
Provides functional interfaces to complement those in
java.lang.function and utilities for working with Java
8 lambdas. |
Modifier and Type | Method and Description |
---|---|
private static <T extends java.lang.Throwable> |
Functions.getAsBoolean(FailableBooleanSupplier<T> supplier)
Deprecated.
Invokes a boolean supplier, and returns the result.
|
Modifier and Type | Method and Description |
---|---|
static <E extends java.lang.Throwable> |
Failable.getAsBoolean(FailableBooleanSupplier<E> supplier)
Invokes a boolean supplier, and returns the result.
|