Uses of Interface
org.apache.commons.lang3.function.FailableShortSupplier
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableShortSupplier in org.apache.commons.lang3.function
Modifier and TypeMethodDescriptionstatic <E extends Throwable>
shortFailable.getAsShort
(FailableShortSupplier<E> supplier) Invokes a short supplier, and returns the result.