CheckedConsumer.accept(Object) catching any checked
Exceptions rethrowing as unchecked.CheckedConsumer.accept(Object) catching any checked
Exceptions rethrowing as unchecked.CheckedIntConsumer.accept(int) catching any checked
Exceptions rethrowing as unchecked.CheckedFunction.apply(Object) catching any checked
Exceptions rethrowing as unchecked.CheckedFunction.apply(Object) catching any checked
Exceptions rethrowing as unchecked.applyAsDouble(Object) catching any checked
Exceptions rethrowing as unchecked.CheckedFunction.apply(Object) catching any checked
Exceptions rethrowing as unchecked.CheckedToIntFunction.applyAsInt(Object) catching any checked
Exceptions rethrowing as unchecked.CheckedToLongFunction.applyAsLong(Object) catching any checked
Exceptions rethrowing as unchecked.Callable.call() catching any checked
Exceptions rethrowing as unchecked.BiConsumerBiFunctionBinaryOperatorComparator, also extends CheckedToIntBiFunctionConsumerFunctionIntFunctionPredicateRunnable
Essentially Runnable that has the declared propensity to throw
For the equivalent of Callable, see CheckedSupplierSupplierToDoubleFunctionint returnToIntFunctionToLongFunctioncloseable before closing.closeable and instance before closing.create function to t, resulting in a AutoCloseable which is closed after
being consumed.AutoCloseables that throw checked Exceptions.EmeticStream provides a functional parallel to Stream, with methods taking checked equivalents of
java.util.functionIterable.forEach(Consumer) method having unchecked the consumerMap.forEach(BiConsumer) method having unchecked the bi-consumerSupplier.get()CheckedSupplier.get() catching any checked
Exceptions rethrowing as unchecked.InterruptedException clears the interrupt flag,
this merely resets the flag IFF the thrown parameter is
an instance of InterruptedException.Errors or RuntimeExceptions, wraps
checked exceptions appropriatelyThread.UncaughtExceptionHandler that simply rethrows,
wrapping in an appropriate unchecked if necessaryRunnable.run()CheckedRunnable.run() catching any checked
Exceptions rethrowing them as unchecked.Error - otherwise will dutifully and silently swallow whole.Thread.UncaughtExceptionHandler that simply swallows all exceptions,
except subclasses of Error, which are rethrown.CheckedPredicate.test(Object) catching any checked
Exceptions rethrowing as unchecked.Throwables to RuntimeExceptions.CheckedBiConsumer into a BiConsumer.CheckedBiFunction into a BiFunction.CheckedBinaryOperator into a BinaryOperator.CheckedComparator into an unchecked Comparator.CheckedConsumer to ConsumerInterruptedException.UncheckedException(Throwable)ReflectiveOperationExceptionGeneralSecurityExceptionURISyntaxExceptionCheckedFunction into a Function.CheckedIntConsumer to IntConsumerCheckedPredicate into a Predicate.CheckedRunnable into a RunnableCheckedSupplier into an unchecked Supplier.CheckedToDoubleFunction into a ToDoubleFunction.CheckedToIntBiFunction into an unchecked ToIntBiFunction.CheckedToIntFunction into a ToIntFunction.CheckedToLongFunction into a ToLongFunction.URL.toURI(), catching any URISyntaxException and rethrowing
wrapped as UncheckedUriSyntaxExceptionCopyright © 2016–2018 earcam. All rights reserved.