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