component2

fun <T : Any> ArgumentParseResult<T>.component2(): Throwable?

Returns the ArgumentParseResult.failure, or null.


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

Returns the Either.fallback value, or null.