Uses of Class
io.vavr.API.For1List
-
Packages that use API.For1List Package Description io.vavr BesideAPI
the io.vavr package contains core types like (Checked)Functions and Tuples. -
-
Uses of API.For1List in io.vavr
Methods in io.vavr that return API.For1List Modifier and Type Method Description static <T1> API.For1List<T1>
API. For(List<T1> ts1)
Creates aFor
-comprehension of one List.
-