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