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