Uses of Interface
com.speedment.common.tuple.nullable.Tuple1OfNullables
-
Packages that use Tuple1OfNullables Package Description com.speedment.common.tuple Immutable Tuples of various sizes are located in this package.com.speedment.common.tuple.nullable Immutable Tuples that can contain null values of various sizes are located in this package. -
-
Uses of Tuple1OfNullables in com.speedment.common.tuple
Methods in com.speedment.common.tuple that return Tuple1OfNullables Modifier and Type Method Description static <T0> Tuple1OfNullables<T0>TuplesOfNullables. ofNullables(T0 e0)Creates and returns a newTuple1OfNullableswith the given parameters.Methods in com.speedment.common.tuple that return types with arguments of type Tuple1OfNullables Modifier and Type Method Description static <T,T0>
Function<T,Tuple1OfNullables<T0>>TuplesOfNullables. toTupleOfNullables(Function<T,T0> m0)Creates and returns a Function that, when applied, creates aTuple1OfNullablesfrom an initial object of type T by applying the given mappers. -
Uses of Tuple1OfNullables in com.speedment.common.tuple.nullable
Methods in com.speedment.common.tuple.nullable that return types with arguments of type Tuple1OfNullables Modifier and Type Method Description static <T0> TupleGetter0<Tuple1OfNullables<T0>,Optional<T0>>Tuple1OfNullables. getter0()Returns agetterfor the 0th element in theTuple.static <T0> TupleGetter0<Tuple1OfNullables<T0>,T0>Tuple1OfNullables. getterOrNull0()Returns agetterfor the 0th element in theTuple.
-