MaleficExtensions
Toggle table of contents
1.4.4
jvm
Platform filter
jvm
Switch theme
Search in API
MaleficExtensions
core
/
xyz.malefic.ext.bool
Package-level
declarations
Functions
Functions
run
F
Link copied to clipboard
infix
fun
Boolean
.
runF
(
f
:
(
)
->
Unit
)
:
Boolean
Executes a function if the Boolean value is false.
run
T
Link copied to clipboard
infix
fun
Boolean
.
runT
(
t
:
(
)
->
Unit
)
:
Boolean
Executes a function if the Boolean value is true.