toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
ISqlExpressionBuilder
/
minus
minus
open
infix operator
fun
<
T
>
ExpressionWithColumnType
<
T
>
.
minus
(
t
:
T
)
:
MinusOp
<
T
,
T
>
Subtracts the
t
value from this expression.
open
infix operator
fun
<
T
,
S
:
T
>
ExpressionWithColumnType
<
T
>
.
minus
(
other
:
Expression
<
S
>
)
:
MinusOp
<
T
,
S
>
Subtracts the
other
expression from this expression.