Uses of Interface
com.speedment.common.tuple.Tuple1
-
Packages that use Tuple1 Package Description com.speedment.common.tuple Immutable Tuples of various sizes are located in this package. -
-
Uses of Tuple1 in com.speedment.common.tuple
Methods in com.speedment.common.tuple that return Tuple1 Modifier and Type Method Description static <T0> Tuple1<T0>Tuples. of(T0 e0)Creates and returns a newTuple1with the given parameters.Methods in com.speedment.common.tuple that return types with arguments of type Tuple1 Modifier and Type Method Description static <T0> TupleGetter0<Tuple1<T0>,T0>Tuple1. getter0()Returns agetterfor the 0th element in theTuple.static <T,T0>
Function<T,Tuple1<T0>>Tuples. toTuple(Function<T,T0> m0)Creates and returns a Function that, when applied, creates aTuple1from an initial object of type T by applying the given mappers.
-