toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.layout.constraints
/
ConstraintDslContext
/
eq
eq
common
infix
fun
Expression
.
eq
(
term
:
Term
)
:
Result
<
Constraint
>
infix
fun
Expression
.
eq
(
constant
:
Number
)
:
Result
<
Constraint
>
infix
fun
Expression
.
eq
(
property
:
Property
)
:
Result
<
Constraint
>
infix
fun
Expression
.
eq
(
other
:
Expression
)
:
Result
<
Constraint
>
infix
fun
Expression
.
eq
(
property
:
ConstProperty
)
:
Result
<
Constraint
>
infix
fun
Expression
.
eq
(
other
:
ConstExpression
)
:
Result
<
Constraint
>
infix
fun
Term
.
eq
(
term
:
Term
)
:
Result
<
Constraint
>
infix
fun
Term
.
eq
(
constant
:
Number
)
:
Result
<
Constraint
>
infix
fun
Term
.
eq
(
property
:
Property
)
:
Result
<
Constraint
>
infix
fun
Term
.
eq
(
expression
:
Expression
)
:
Result
<
Constraint
>
infix
fun
Term
.
eq
(
property
:
ConstProperty
)
:
Result
<
Constraint
>
infix
fun
Term
.
eq
(
expression
:
ConstExpression
)
:
Result
<
Constraint
>
infix
fun
Property
.
eq
(
term
:
Term
)
:
Result
<
Constraint
>
infix
fun
Property
.
eq
(
constant
:
Number
)
:
Result
<
Constraint
>
infix
fun
Property
.
eq
(
property
:
Property
)
:
Result
<
Constraint
>
infix
fun
Property
.
eq
(
expression
:
Expression
)
:
Result
<
Constraint
>
infix
fun
Property
.
eq
(
property
:
ConstProperty
)
:
Result
<
Constraint
>
infix
fun
Property
.
eq
(
expression
:
ConstExpression
)
:
Result
<
Constraint
>
infix
fun
Position
.
eq
(
other
:
Position
)
:
List
<
Result
<
Constraint
>
>
infix
fun
Position
.
eq
(
other
:
ConstPosition
)
:
List
<
Result
<
Constraint
>
>
infix
fun
Position
.
eq
(
point
:
Point
)
:
List
<
Result
<
Constraint
>
>
infix
fun
Edges
.
eq
(
other
:
ConstEdges
)
:
List
<
Result
<
Constraint
>
>
infix
fun
Edges
.
eq
(
other
:
Edges
)
:
List
<
Result
<
Constraint
>
>
infix
fun
Edges
.
eq
(
rectangle
:
Rectangle
)
:
List
<
Result
<
Constraint
>
>
infix
fun
Number
.
eq
(
term
:
Term
)
:
Result
<
Constraint
>
infix
fun
Number
.
eq
(
variable
:
Property
)
:
Result
<
Constraint
>
infix
fun
Number
.
eq
(
expression
:
Expression
)
:
Result
<
Constraint
>