CommanderValueTransformer

A transformer for a string-encoded value

Return

the transformed value

Since

0.1.0

Parameters

T

the type of the value

See also

Throws

if the value could not be transformed

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator fun invoke(value: String?): T

Transform a string-encoded value

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

Transform a string-encoded value

Link copied to clipboard
open fun transformOrNull(value: String?): T?

Transform a string-encoded value (return null if the value could not be transformed)