Uses of Class
io.vavr.control.Try.WithResources2
Packages that use Try.WithResources2
Package
Description
-
Uses of Try.WithResources2 in io.vavr.control
Methods in io.vavr.control that return Try.WithResources2Modifier and TypeMethodDescriptionstatic <T1 extends AutoCloseable,
T2 extends AutoCloseable>
Try.WithResources2<T1, T2> Try.withResources
(CheckedFunction0<? extends T1> t1Supplier, CheckedFunction0<? extends T2> t2Supplier) Creates aTry
-with-resources builder that operates on twoAutoCloseable
resources.