Uses of Class
org.kiwiproject.beta.base.KiwiCloseables.CloseResult
-
Packages that use KiwiCloseables.CloseResult Package Description org.kiwiproject.beta.base -
-
Uses of KiwiCloseables.CloseResult in org.kiwiproject.beta.base
Methods in org.kiwiproject.beta.base that return KiwiCloseables.CloseResult Modifier and Type Method Description static KiwiCloseables.CloseResultKiwiCloseables. close(Closeable closeable)Close the given instance ofCloseable.static KiwiCloseables.CloseResultKiwiCloseables. close(KiwiCloseables.CloseDescriptor descriptor)Close an object described by theKiwiCloseables.CloseDescriptor.static KiwiCloseables.CloseResultKiwiCloseables.CloseResult. ofClosed()Create a new "closed successfully" instance.static KiwiCloseables.CloseResultKiwiCloseables.CloseResult. ofError(Exception exception)Create a new "close failed" instance.static KiwiCloseables.CloseResultKiwiCloseables.CloseResult. ofNull()Create a new "object was null" instance.Methods in org.kiwiproject.beta.base that return types with arguments of type KiwiCloseables.CloseResult Modifier and Type Method Description static List<KiwiCloseables.CloseResult>KiwiCloseables. closeAll(Object... objects)Close all the given objects, and return a singleKiwiCloseables.CloseResultcorresponding to each input object in order.
-