Uses of Class
io.vavr.Tuple0
-
Packages that use Tuple0 Package Description io.vavr BesideAPI
the io.vavr package contains core types like (Checked)Functions and Tuples. -
-
Uses of Tuple0 in io.vavr
Fields in io.vavr declared as Tuple0 Modifier and Type Field Description private static Tuple0
Tuple0. INSTANCE
The singleton instance of Tuple0.Fields in io.vavr with type parameters of type Tuple0 Modifier and Type Field Description static API.Match.Pattern0<Tuple0>
Patterns. $Tuple0
private static java.util.Comparator<Tuple0>
Tuple0. COMPARATOR
The singleton Tuple0 comparator.Methods in io.vavr that return Tuple0 Modifier and Type Method Description static Tuple0
Tuple. empty()
Creates the empty tuple.static Tuple0
Tuple0. instance()
Returns the singleton instance of Tuple0.(package private) static <T> Tuple0
$. Nil(List.Nil<T> nil)
(package private) static <T> Tuple0
$. None(Option.None<T> none)
static Tuple0
API. Tuple()
Alias forTuple.empty()
(package private) static Tuple0
$. Tuple0(Tuple0 tuple0)
Methods in io.vavr that return types with arguments of type Tuple0 Modifier and Type Method Description static java.util.Comparator<Tuple0>
Tuple0. comparator()
default CheckedFunction1<Tuple0,R>
CheckedFunction0. tupled()
Returns a tupled version of this function.default Function1<Tuple0,R>
Function0. tupled()
Returns a tupled version of this function.Methods in io.vavr with parameters of type Tuple0 Modifier and Type Method Description int
Tuple0. compareTo(Tuple0 that)
(package private) static Tuple0
$. Tuple0(Tuple0 tuple0)
-