Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
BooleanSupplierWithThrowable.asBooleanSupplierWithThrowable(BooleanSupplier booleansupplier)
Utility method to convert BooleanSupplierWithThrowable
|
static <E extends Throwable> |
BooleanSupplierWithThrowable.castBooleanSupplierWithThrowable(BooleanSupplierWithThrowable<E> booleansupplierwiththrowable)
Utility method to mark lambdas of type BooleanSupplierWithThrowable
|
default BooleanSupplierWithThrowable<E> |
BooleanSupplierWithThrowable.onException(Consumer<Throwable> consumer) |
default BooleanSupplierWithThrowable<E> |
BooleanSupplierWithThrowable.withLogging()
Will log WARNING level exceptions on logger if they occur within the interface
|
default BooleanSupplierWithThrowable<E> |
BooleanSupplierWithThrowable.withLogging(org.slf4j.Logger logger)
Will log WARNING level exceptions on logger if they occur within the interface
|
default BooleanSupplierWithThrowable<E> |
BooleanSupplierWithThrowable.withLogging(org.slf4j.Logger logger,
String message) |
Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
BooleanSupplierWithThrowable.aBooleanSupplierThatUnsafelyThrowsUnchecked(BooleanSupplierWithThrowable<E> booleansupplierwiththrowable)
Utility method to unwrap lambdas of type BooleanSupplier and withUncheckedThrowable any Exception
|
static <E extends Throwable> |
BooleanSupplierWithThrowable.castBooleanSupplierWithThrowable(BooleanSupplierWithThrowable<E> booleansupplierwiththrowable)
Utility method to mark lambdas of type BooleanSupplierWithThrowable
|
Copyright © 2017. All rights reserved.