component1

fun <T : Any> ArgumentParseResult<T>.component1(): T?

Returns the ArgumentParseResult.parsedValue, or null.


operator fun <U : Any, V : Any> Either<U, V>.component1(): U?

Returns the Either.primary value, or null.