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