Arrow
1.1.5
common
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Race3
/
Third
Third
data
class
Third
<
C
>
(
val
winner
:
C
)
:
Race3
<
Nothing
,
Nothing
,
C
>
(
source
)
Constructors
Functions
Properties
Constructors
Third
Link copied to clipboard
fun
<
C
>
Third
(
winner
:
C
)
Functions
fold
Link copied to clipboard
inline
fun
<
D
>
fold
(
ifA
:
(
Nothing
)
->
D
,
ifB
:
(
Nothing
)
->
D
,
ifC
:
(
C
)
->
D
)
:
D
Properties
winner
Link copied to clipboard
val
winner
:
C