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