toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.layout.constraints
/
ConstraintDslContext
/
greaterEq
greater
Eq
common
infix
fun
Expression
.
greaterEq
(
term
:
Term
)
:
Result
<
Constraint
>
infix
fun
Expression
.
greaterEq
(
constant
:
Number
)
:
Result
<
Constraint
>
infix
fun
Expression
.
greaterEq
(
property
:
Property
)
:
Result
<
Constraint
>
infix
fun
Expression
.
greaterEq
(
second
:
Expression
)
:
Result
<
Constraint
>
infix
fun
Expression
.
greaterEq
(
property
:
ConstProperty
)
:
Result
<
Constraint
>
infix
fun
Expression
.
greaterEq
(
other
:
ConstExpression
)
:
Result
<
Constraint
>
infix
fun
Term
.
greaterEq
(
second
:
Term
)
:
Result
<
Constraint
>
infix
fun
Term
.
greaterEq
(
constant
:
Number
)
:
Result
<
Constraint
>
infix
fun
Term
.
greaterEq
(
property
:
Property
)
:
Result
<
Constraint
>
infix
fun
Term
.
greaterEq
(
expression
:
Expression
)
:
Result
<
Constraint
>
infix
fun
Term
.
greaterEq
(
property
:
ConstProperty
)
:
Result
<
Constraint
>
infix
fun
Term
.
greaterEq
(
expression
:
ConstExpression
)
:
Result
<
Constraint
>
infix
fun
Property
.
greaterEq
(
term
:
Term
)
:
Result
<
Constraint
>
infix
fun
Property
.
greaterEq
(
constant
:
Number
)
:
Result
<
Constraint
>
infix
fun
Property
.
greaterEq
(
second
:
Property
)
:
Result
<
Constraint
>
infix
fun
Property
.
greaterEq
(
expression
:
Expression
)
:
Result
<
Constraint
>
infix
fun
Property
.
greaterEq
(
second
:
ConstProperty
)
:
Result
<
Constraint
>
infix
fun
Property
.
greaterEq
(
expression
:
ConstExpression
)
:
Result
<
Constraint
>
infix
fun
Number
.
greaterEq
(
term
:
Term
)
:
Result
<
Constraint
>
infix
fun
Number
.
greaterEq
(
property
:
Property
)
:
Result
<
Constraint
>
infix
fun
Number
.
greaterEq
(
expression
:
Expression
)
:
Result
<
Constraint
>