Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
LongToDoubleFunctionWithThrowable.asLongToDoubleFunctionWithThrowable(LongToDoubleFunction longtodoublefunction)
Utility method to convert LongToDoubleFunctionWithThrowable
|
static <E extends Throwable> |
LongToDoubleFunctionWithThrowable.castLongToDoubleFunctionWithThrowable(LongToDoubleFunctionWithThrowable<E> longtodoublefunctionwiththrowable)
Utility method to mark lambdas of type LongToDoubleFunctionWithThrowable
|
default LongToDoubleFunctionWithThrowable<E> |
LongToDoubleFunctionWithThrowable.onException(BiConsumer<Throwable,Object[]> consumer) |
default LongToDoubleFunctionWithThrowable<E> |
LongToDoubleFunctionWithThrowable.onException(Consumer<Throwable> consumer) |
default LongToDoubleFunctionWithThrowable<E> |
LongToDoubleFunctionWithThrowable.withLogging()
Will log WARNING level exceptions on logger if they occur within the interface
|
default LongToDoubleFunctionWithThrowable<E> |
LongToDoubleFunctionWithThrowable.withLogging(org.slf4j.Logger logger)
Will log WARNING level exceptions on logger if they occur within the interface
|
default LongToDoubleFunctionWithThrowable<E> |
LongToDoubleFunctionWithThrowable.withLogging(org.slf4j.Logger logger,
String message) |
Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
LongToDoubleFunctionWithThrowable.aLongToDoubleFunctionThatUnsafelyThrowsUnchecked(LongToDoubleFunctionWithThrowable<E> longtodoublefunctionwiththrowable)
Utility method to unwrap lambdas of type LongToDoubleFunction and withUncheckedThrowable any Exception
|
static <E extends Throwable> |
LongToDoubleFunctionWithThrowable.castLongToDoubleFunctionWithThrowable(LongToDoubleFunctionWithThrowable<E> longtodoublefunctionwiththrowable)
Utility method to mark lambdas of type LongToDoubleFunctionWithThrowable
|
Copyright © 2017. All rights reserved.