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