Uses of Class
io.vavr.API.For4Option
-
Packages that use API.For4Option Package Description io.vavr BesideAPI
the io.vavr package contains core types like (Checked)Functions and Tuples. -
-
Uses of API.For4Option in io.vavr
Methods in io.vavr that return API.For4Option Modifier and Type Method Description static <T1,T2,T3,T4>
API.For4Option<T1,T2,T3,T4>API. For(Option<T1> ts1, Option<T2> ts2, Option<T3> ts3, Option<T4> ts4)
Creates aFor
-comprehension of 4 Options.
-