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