applyIf

inline fun <T> T.applyIf(predicate: Boolean, body: T.() -> T): T

Sources

Link copied to clipboard