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
[x] Overload it with the ExplicitInt type receiver.
[x] Overload it with the Collection type receiver.
Description
Implement the following operations for converting the receiver type to a
NotBlankString
type:Checklist
ExplicitInt
type receiver.Collection
type receiver.Map
type receiver.Work in progress
section in changelog.