micro_utils.dokka
0.9.8
common
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[common]EitherFirst
Either
First
common
data
class
EitherFirst
<
T1
,
T2
>
(
t1
:
T1
)
:
Either
<
T1
,
T2
>
Content copied to clipboard
This type
Either
will always have not nullable
optionalT1
Constructors
Properties
Constructors
Either
First
Link copied to clipboard
common
fun
<
T1
>
EitherFirst
(
t1
:
T1
)
Content copied to clipboard
Properties
optionalT1
Link copied to clipboard
common
open
override
val
optionalT1
:
Optional
<
T1
>
Content copied to clipboard
optionalT2
Link copied to clipboard
common
open
override
val
optionalT2
:
Optional
<
T2
>
Content copied to clipboard
t1
Link copied to clipboard
common
open
override
val
t1
:
T1
Content copied to clipboard