static ListValue<BigDecimal,TypeList<BigDecimal,Type<BigDecimal>>> |
RealValue.froms(BigDecimal[] values) |
static ListValue<BigDecimal,TypeList<BigDecimal,Type<BigDecimal>>> |
FloatValue.froms(BigDecimal[] values) |
static ListValue<Boolean,TypeList<Boolean,Type<Boolean>>> |
BooleanValue.froms(Boolean[] values) |
static ListValue<BigDecimal,TypeList<BigDecimal,Type<BigDecimal>>> |
RealValue.froms(Collection<BigDecimal> values) |
static ListValue<BigDecimal,TypeList<BigDecimal,Type<BigDecimal>>> |
FloatValue.froms(Collection<BigDecimal> values) |
static ListValue<Boolean,TypeList<Boolean,Type<Boolean>>> |
BooleanValue.froms(Collection<Boolean> values) |
static ListValue<Date,TypeList<Date,Type<Date>>> |
DateValue.froms(Collection<Date> values) |
static ListValue<Date,TypeList<Date,Type<Date>>> |
DateTimeValue.froms(Collection<Date> values) |
static ListValue<Integer,TypeList<Integer,Type<Integer>>> |
IntegerValue.froms(Collection<Integer> values) |
static ListValue<Long,TypeList<Long,Type<Long>>> |
LongValue.froms(Collection<Long> values) |
static ListValue<String,TypeList<String,Type<String>>> |
SymbolValue.froms(Collection<String> values) |
static ListValue<Time,TypeList<Time,Type<Time>>> |
TimeValue.froms(Collection<Time> values) |
static ListValue<Timestamp,TypeList<Timestamp,Type<Timestamp>>> |
TimestampValue.froms(Collection<Timestamp> values) |
static ListValue<Date,TypeList<Date,Type<Date>>> |
DateValue.froms(Date[] values) |
static ListValue<Date,TypeList<Date,Type<Date>>> |
DateTimeValue.froms(Date[] values) |
static ListValue<Integer,TypeList<Integer,Type<Integer>>> |
IntegerValue.froms(Integer[] values) |
static ListValue<Long,TypeList<Long,Type<Long>>> |
LongValue.froms(Long[] values) |
static ListValue<String,TypeList<String,Type<String>>> |
SymbolValue.froms(String... values) |
static ListValue<Time,TypeList<Time,Type<Time>>> |
TimeValue.froms(Time[] values) |
static ListValue<Timestamp,TypeList<Timestamp,Type<Timestamp>>> |
TimestampValue.froms(Timestamp[] values) |