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