Uses of Interface
org.apache.commons.lang3.function.FailableBooleanSupplier
-
Packages that use FailableBooleanSupplier Package Description org.apache.commons.lang3 Provides highly reusable static utility methods, chiefly concerned with adding value to thejava.lang
classes.org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.function
and utilities for working with Java 8 lambdas. -
-
Uses of FailableBooleanSupplier in org.apache.commons.lang3
Methods in org.apache.commons.lang3 with parameters of type FailableBooleanSupplier Modifier and Type Method Description private static <T extends java.lang.Throwable>
booleanFunctions. getAsBoolean(FailableBooleanSupplier<T> supplier)
Deprecated.Invokes a boolean supplier, and returns the result. -
Uses of FailableBooleanSupplier in org.apache.commons.lang3.function
Methods in org.apache.commons.lang3.function with parameters of type FailableBooleanSupplier Modifier and Type Method Description static <E extends java.lang.Throwable>
booleanFailable. getAsBoolean(FailableBooleanSupplier<E> supplier)
Invokes a boolean supplier, and returns the result.
-