Uses of Class
io.vavr.API.ForLazy2Try
-
Packages that use API.ForLazy2Try Package Description io.vavr BesideAPIthe io.vavr package contains core types like (Checked)Functions and Tuples. -
-
Uses of API.ForLazy2Try in io.vavr
Methods in io.vavr that return API.ForLazy2Try Modifier and Type Method Description static <T1,T2>
API.ForLazy2Try<T1,T2>API. For(@NonNull Try<T1> ts1, @NonNull Function1<? super T1,Try<T2>> ts2)Creates a lazyFor-comprehension over two Trys.
-