extensions
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
extensions
extensions
/
xyz.malefic.extensions.bool
Package-level
declarations
Functions
Functions
run
F
Link copied to clipboard
@
Composable
infix
fun
Boolean
.
runF
(
f
:
@
Composable
(
)
->
Unit
)
:
Boolean
Executes a function if the Boolean value is false.
run
T
Link copied to clipboard
@
Composable
infix
fun
Boolean
.
runT
(
t
:
@
Composable
(
)
->
Unit
)
:
Boolean
Executes a function if the Boolean value is true.