exposed
Toggle table of contents
1.0.0-rc-1
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
times
times
infix operator
fun
<
T
>
ExpressionWithColumnType
<
T
>
.
times
(
t
:
T
)
:
TimesOp
<
T
,
T
>
Multiplies this expression by the
t
value.
infix operator
fun
<
T
,
S
:
T
>
ExpressionWithColumnType
<
T
>
.
times
(
other
:
Expression
<
S
>
)
:
TimesOp
<
T
,
S
>
Multiplies this expression by the
other
expression.