CharArgumentProcessor

class CharArgumentProcessor : ArgumentProcessor<Char>

Functions

Link copied to clipboard
open override fun get(raw: String): Char

Parses the given raw argument and returns the parsed value

Link copied to clipboard
open override fun validate(raw: String): Boolean

Validates the given raw argument and returns if it can be parsed using this argument processor