| Package | Description |
|---|---|
| io.vavr |
Beside
API the io.vavr package contains core types like (Checked)Functions and Tuples. |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> API.For3Option<T1,T2,T3> |
API.For(Option<T1> ts1,
Option<T2> ts2,
Option<T3> ts3)
Creates a
For-comprehension of three Options. |
Copyright © 2019. All Rights Reserved.