StringOptionalFunction

A function which transforms a string into either another string or null.

Functions

Link copied to clipboard
abstract fun apply(value: String): String?
Link copied to clipboard