Package-level declarations

Functions

Link copied to clipboard
infix fun Boolean.runF(f: () -> Unit): Boolean

Executes a function if the Boolean value is false.

Link copied to clipboard
infix fun Boolean.runT(t: () -> Unit): Boolean

Executes a function if the Boolean value is true.