Package | Description |
---|---|
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 |
---|---|
static <E extends Throwable> |
Failable.getAsDouble(FailableDoubleSupplier<E> supplier)
Invokes a double supplier, and returns the result.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.