Uses of Class
io.vavr.Tuple0
-
Packages that use Tuple0 Package Description io.vavr BesideAPIthe 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 Tuple0Tuple0. INSTANCEThe 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. $Tuple0private static java.util.Comparator<Tuple0>Tuple0. COMPARATORThe singleton Tuple0 comparator.Methods in io.vavr that return Tuple0 Modifier and Type Method Description static Tuple0Tuple. empty()Creates the empty tuple.static Tuple0Tuple0. 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 Tuple0API. 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 intTuple0. compareTo(Tuple0 that)(package private) static Tuple0$. Tuple0(Tuple0 tuple0)
-