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