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 TypeClassDescriptionfinal classA tuple of no elements which can be seen as cartesian product of no components.Modifier and TypeMethodDescriptionstatic Tuple0Tuple.empty()Creates the empty tuple.static Tuple0Tuple0.instance()Returns the singleton instance of Tuple0.static Tuple0API.Tuple()Alias forTuple.empty()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.