Skip navigation links
C D U 

C

close(Collection<? extends AutoCloseable>) - Static method in class de.mklinger.micro.closeables.Closeables
Close the given closeables, throwing the first original exception in case of an error.
close(AutoCloseable...) - Static method in class de.mklinger.micro.closeables.Closeables
Close the given closeables, throwing the first original exception in case of an error.
Closeables - Class in de.mklinger.micro.closeables
Utility methods to close multiple instances of AutoCloseable at once.
Closeables.UncheckedCloseException - Exception in de.mklinger.micro.closeables
Unchecked wrapper for checked exceptions thrown during closing a closeable instance.
closeUnchecked(Collection<? extends AutoCloseable>) - Static method in class de.mklinger.micro.closeables.Closeables
Close the given closeables, throwing an unchecked exception in case of an error.
closeUnchecked(AutoCloseable...) - Static method in class de.mklinger.micro.closeables.Closeables
Close the given closeables, throwing an unchecked exception in case of an error.

D

de.mklinger.micro.closeables - package de.mklinger.micro.closeables
Micro library for Closeables.

U

UncheckedCloseException(String, Exception) - Constructor for exception de.mklinger.micro.closeables.Closeables.UncheckedCloseException
 
C D U 
Skip navigation links

Copyright © 2019 mklinger GmbH. All rights reserved.