Uses of Interface
org.apache.commons.lang3.function.FailableShortSupplier
Packages that use 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.functionMethods in org.apache.commons.lang3.function with parameters of type FailableShortSupplierModifier and TypeMethodDescriptionstatic <E extends Throwable>
 shortFailable.getAsShort(FailableShortSupplier<E> supplier) Invokes a short supplier, and returns the result.