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 java.lang.Throwable> |
Failable.getAsShort(FailableShortSupplier<E> supplier)
Invokes a short supplier, and returns the result.
|