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
/
minus
minus
infix operator
fun
<
T
>
ExpressionWithColumnType
<
T
>
.
minus
(
t
:
T
)
:
MinusOp
<
T
,
T
>
Subtracts the
t
value from this expression.
infix operator
fun
<
T
,
S
:
T
>
ExpressionWithColumnType
<
T
>
.
minus
(
other
:
Expression
<
S
>
)
:
MinusOp
<
T
,
S
>
Subtracts the
other
expression from this expression.