Uses of Class
io.vavr.Tuple0
Packages that use Tuple0
Package
Description
Beside
API
the io.vavr package contains core types like (Checked)Functions and Tuples.-
Uses of Tuple0 in io.vavr
Modifier and TypeFieldDescriptionprivate static final Tuple0
Tuple0.INSTANCE
The singleton instance of Tuple0.Modifier and TypeFieldDescriptionstatic final API.Match.Pattern0
<Tuple0> Patterns.$Tuple0
private static final Comparator
<Tuple0> Tuple0.COMPARATOR
The singleton Tuple0 comparator.Modifier and TypeMethodDescriptionstatic Tuple0
Tuple.empty()
Creates the empty tuple.static Tuple0
Tuple0.instance()
Returns the singleton instance of Tuple0.(package private) static <T> Tuple0
(package private) static <T> Tuple0
$.None
(Option.None<T> none) static Tuple0
API.Tuple()
Alias forTuple.empty()
(package private) static Tuple0
Modifier and TypeMethodDescriptionstatic Comparator
<Tuple0> Tuple0.comparator()
default CheckedFunction1
<Tuple0, R> CheckedFunction0.tupled()
Returns a tupled version of this function.Function0.tupled()
Returns a tupled version of this function.