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