toggle menu
Konduct
0.1.0-SNAPSHOT
jvm
switch theme
search in API
Konduct
/
io.github.denofbits.konduct.expressions
/
CondExpression
Cond
Expression
data
class
CondExpression
(
val
branches
:
List
<
Pair
<
String
,
String
>
>
,
val
default
:
String
)
:
Expression
Members
Members & Extensions
Constructors
Cond
Expression
Link copied to clipboard
constructor
(
branches
:
List
<
Pair
<
String
,
String
>
>
,
default
:
String
)
Properties
branches
Link copied to clipboard
val
branches
:
List
<
Pair
<
String
,
String
>
>
default
Link copied to clipboard
val
default
:
String
Functions
div
Link copied to clipboard
operator
fun
Expression
.
div
(
other
:
Expression
)
:
Expression
minus
Link copied to clipboard
operator
fun
Expression
.
minus
(
other
:
Expression
)
:
Expression
plus
Link copied to clipboard
operator
fun
Expression
.
plus
(
other
:
Expression
)
:
Expression
times
Link copied to clipboard
operator
fun
Expression
.
times
(
other
:
Expression
)
:
Expression
to
Mongo
Expression
Link copied to clipboard
open
override
fun
toMongoExpression
(
)
:
Map
<
String
,
Map
<
String
,
Any
>
>