kotools / libraries

Multiplatform libraries for expressive programming with Kotlin.
https://kotools.github.io/libraries
MIT License
0 stars 0 forks source link

Overload the `toNotBlankString` function #119

Closed LVMVRQUXL closed 1 year ago

LVMVRQUXL commented 1 year ago

Description

Implement the following operations for converting the receiver type to a NotBlankString type:

fun ExplicitInt.toNotBlankString(): NotBlankString
fun Collection<*>.toNotBlankString(): NotBlankString
fun Map<*, *>.toNotBlankString(): NotBlankString

Checklist

LVMVRQUXL commented 1 year ago

Done.