Modifier and Type | Method and Description |
---|---|
static <T,U,E extends Throwable> |
ToLongBiFunctionWithThrowable.asToLongBiFunctionWithThrowable(ToLongBiFunction<T,U> tolongbifunction)
Utility method to convert ToLongBiFunctionWithThrowable
|
static <T,U,E extends Throwable> |
ToLongBiFunctionWithThrowable.castToLongBiFunctionWithThrowable(ToLongBiFunctionWithThrowable<T,U,E> tolongbifunctionwiththrowable)
Utility method to mark lambdas of type ToLongBiFunctionWithThrowable
|
default ToLongBiFunctionWithThrowable<T,U,E> |
ToLongBiFunctionWithThrowable.onException(BiConsumer<Throwable,Object[]> consumer) |
default ToLongBiFunctionWithThrowable<T,U,E> |
ToLongBiFunctionWithThrowable.onException(Consumer<Throwable> consumer) |
default ToLongBiFunctionWithThrowable<T,U,E> |
ToLongBiFunctionWithThrowable.withLogging()
Will log WARNING level exceptions on logger if they occur within the interface
|
default ToLongBiFunctionWithThrowable<T,U,E> |
ToLongBiFunctionWithThrowable.withLogging(org.slf4j.Logger logger)
Will log WARNING level exceptions on logger if they occur within the interface
|
default ToLongBiFunctionWithThrowable<T,U,E> |
ToLongBiFunctionWithThrowable.withLogging(org.slf4j.Logger logger,
String message) |
Modifier and Type | Method and Description |
---|---|
static <T,U,E extends Throwable> |
ToLongBiFunctionWithThrowable.aToLongBiFunctionThatUnsafelyThrowsUnchecked(ToLongBiFunctionWithThrowable<T,U,E> tolongbifunctionwiththrowable)
Utility method to unwrap lambdas of type ToLongBiFunction and withUncheckedThrowable any Exception
|
static <T,U,E extends Throwable> |
ToLongBiFunctionWithThrowable.castToLongBiFunctionWithThrowable(ToLongBiFunctionWithThrowable<T,U,E> tolongbifunctionwiththrowable)
Utility method to mark lambdas of type ToLongBiFunctionWithThrowable
|
Copyright © 2017. All rights reserved.