//arrow-meta/arrow.meta.internal/plusIfNotBlank
[jvm]
fun String.plusIfNotBlank(prefix: String = "", postfix: String = ""): String
From Eugenio’s https://github.com/Takhion/kotlin-metadata If this isNotBlank then it adds the optional prefix and postfix.
Do you like Arrow?
✖