| Package | Description |
|---|---|
| io.vavr |
Beside
API the io.vavr package contains core types like (Checked)Functions and Tuples. |
| Modifier and Type | Field and Description |
|---|---|
static API.Match.Pattern0<Tuple0> |
Patterns.$Tuple0 |
| Modifier and Type | Method and Description |
|---|---|
static Tuple0 |
Tuple.empty()
Creates the empty tuple.
|
static Tuple0 |
Tuple0.instance()
Returns the singleton instance of Tuple0.
|
static Tuple0 |
API.Tuple()
Alias for
Tuple.empty() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Tuple0> |
Tuple0.comparator() |
default Function1<Tuple0,R> |
Function0.tupled()
Returns a tupled version of this function.
|
default CheckedFunction1<Tuple0,R> |
CheckedFunction0.tupled()
Returns a tupled version of this function.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Tuple0.compareTo(Tuple0 that) |
Copyright © 2019. All Rights Reserved.