toggle menu
cloud-kotlin-extensions
2.0.0
jvm
switch theme
search in API
cloud-kotlin-extensions
/
org.incendo.cloud.kotlin.extension
/
component2
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
.