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