Uses of Interface
com.speedment.common.tuple.Tuple0
-
Packages that use Tuple0 Package Description com.speedment.common.tuple Immutable Tuples of various sizes are located in this package. -
-
Uses of Tuple0 in com.speedment.common.tuple
Methods in com.speedment.common.tuple that return Tuple0 Modifier and Type Method Description static Tuple0Tuples. of()Creates and returns a newTuple0with the given parameters.Methods in com.speedment.common.tuple that return types with arguments of type Tuple0 Modifier and Type Method Description static <T> Function<T,Tuple0>Tuples. toTuple()Creates and returns a Function that, when applied, creates aTuple0from an initial object of type T by applying the given mappers.
-