Uses of Class
io.vavr.control.Try.WithResources3
-
Packages that use Try.WithResources3 Package Description io.vavr.control -
-
Uses of Try.WithResources3 in io.vavr.control
Methods in io.vavr.control that return Try.WithResources3 Modifier and Type Method Description static <T1 extends java.lang.AutoCloseable,T2 extends java.lang.AutoCloseable,T3 extends java.lang.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.
-