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