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 Tuple0Tuple0.INSTANCEThe singleton instance of Tuple0.Modifier and TypeFieldDescriptionstatic final API.Match.Pattern0<Tuple0> Patterns.$Tuple0private static final Comparator<Tuple0> Tuple0.COMPARATORThe singleton Tuple0 comparator.Modifier and TypeMethodDescriptionstatic Tuple0Tuple.empty()Creates the empty tuple.static Tuple0Tuple0.instance()Returns the singleton instance of Tuple0.(package private) static <T> Tuple0(package private) static <T> Tuple0$.None(Option.None<T> none) static Tuple0API.Tuple()Alias forTuple.empty()(package private) static Tuple0Modifier 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.