letIf

inline fun <T : Any> T.letIf(condition: Boolean, function: (T) -> T): T