LongArgumentProcessor

class LongArgumentProcessor : ArgumentProcessor<Long>

Functions

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

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