Uses of Class
io.vavr.control.Try.WithResources1
Packages that use Try.WithResources1
Package
Description
-
Uses of Try.WithResources1 in io.vavr.control
Methods in io.vavr.control that return Try.WithResources1Modifier and TypeMethodDescriptionstatic <T1 extends AutoCloseable>
Try.WithResources1<T1> Try.withResources
(CheckedFunction0<? extends T1> t1Supplier) Creates aTry
-with-resources builder that operates on oneAutoCloseable
resource.