Uses of Class
org.kiwiproject.beta.base.KiwiCloseables.CloseResult
Packages that use KiwiCloseables.CloseResult
-
Uses of KiwiCloseables.CloseResult in org.kiwiproject.beta.base
Methods in org.kiwiproject.beta.base that return KiwiCloseables.CloseResultModifier and TypeMethodDescriptionstatic KiwiCloseables.CloseResultClose 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.CloseResultCreate 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.CloseResultModifier and TypeMethodDescriptionstatic List<KiwiCloseables.CloseResult>Close all the given objects, and return a singleKiwiCloseables.CloseResultcorresponding to each input object in order.