Uses of Interface
com.github.robtimus.function.throwing.ThrowingBooleanSupplier
-
-
Uses of ThrowingBooleanSupplier in com.github.robtimus.function.throwing
Methods in com.github.robtimus.function.throwing that return ThrowingBooleanSupplier Modifier and Type Method Description static <X extends Throwable>
ThrowingBooleanSupplier<X>ThrowingBooleanSupplier. checked(BooleanSupplier supplier)Returns a supplier that calls thesuppliersupplier.static <X extends Throwable>
ThrowingBooleanSupplier<X>ThrowingBooleanSupplier. checked(BooleanSupplier supplier, Class<X> errorType)Returns a supplier that calls thesuppliersupplier.static <X extends Throwable>
ThrowingBooleanSupplier<X>ThrowingBooleanSupplier. of(ThrowingBooleanSupplier<X> supplier)Factory method for turningThrowingBooleanSupplier-shaped lambdas intoThrowingBooleanSuppliers.default <E extends Throwable>
ThrowingBooleanSupplier<E>ThrowingBooleanSupplier. onErrorGetCheckedAsBoolean(ThrowingBooleanSupplier<? extends E> fallback)Returns a supplier that calls this supplier.default <E extends Throwable>
ThrowingBooleanSupplier<E>ThrowingBooleanSupplier. onErrorHandleChecked(ThrowingPredicate<? super X,? extends E> errorHandler)Returns a supplier that calls this supplier.default <E extends Throwable>
ThrowingBooleanSupplier<E>ThrowingBooleanSupplier. onErrorThrowAsChecked(Function<? super X,? extends E> errorMapper)Returns a supplier that calls this supplier.Methods in com.github.robtimus.function.throwing with parameters of type ThrowingBooleanSupplier Modifier and Type Method Description static <X extends Throwable>
ThrowingBooleanSupplier<X>ThrowingBooleanSupplier. of(ThrowingBooleanSupplier<X> supplier)Factory method for turningThrowingBooleanSupplier-shaped lambdas intoThrowingBooleanSuppliers.default <E extends Throwable>
ThrowingBiPredicate<T,U,E>ThrowingBiPredicate. onErrorGetCheckedAsBoolean(ThrowingBooleanSupplier<? extends E> fallback)Returns a predicate that evaluates this predicate on its input.default <E extends Throwable>
ThrowingBooleanSupplier<E>ThrowingBooleanSupplier. onErrorGetCheckedAsBoolean(ThrowingBooleanSupplier<? extends E> fallback)Returns a supplier that calls this supplier.default <E extends Throwable>
ThrowingDoublePredicate<E>ThrowingDoublePredicate. onErrorGetCheckedAsBoolean(ThrowingBooleanSupplier<? extends E> fallback)Returns a predicate that evaluates this predicate on its input.default <E extends Throwable>
ThrowingIntPredicate<E>ThrowingIntPredicate. onErrorGetCheckedAsBoolean(ThrowingBooleanSupplier<? extends E> fallback)Returns a predicate that evaluates this predicate on its input.default <E extends Throwable>
ThrowingLongPredicate<E>ThrowingLongPredicate. onErrorGetCheckedAsBoolean(ThrowingBooleanSupplier<? extends E> fallback)Returns a predicate that evaluates this predicate on its input.default <E extends Throwable>
ThrowingPredicate<T,E>ThrowingPredicate. onErrorGetCheckedAsBoolean(ThrowingBooleanSupplier<? extends E> fallback)Returns a predicate that evaluates this predicate on its input.static BooleanSupplierThrowingBooleanSupplier. unchecked(ThrowingBooleanSupplier<?> supplier)Returns a supplier that calls thesuppliersupplier.
-