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