Uses of Class
io.vavr.API.For1Either
-
Packages that use API.For1Either Package Description io.vavr BesideAPIthe io.vavr package contains core types like (Checked)Functions and Tuples. -
-
Uses of API.For1Either in io.vavr
Methods in io.vavr that return API.For1Either Modifier and Type Method Description static <L,T1>
API.For1Either<L,T1>API. For(@NonNull Either<L,T1> ts1)Creates aFor-comprehension of one Either.
-