Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-fx-coroutines
/
arrow.fx.coroutines
/
Race3
/
Third
Third
data
class
Third
<
C
>
(
val
winner
:
C
)
:
Race3
<
Nothing
,
Nothing
,
C
>
Members
Constructors
Third
Link copied to clipboard
constructor
(
winner
:
C
)
Properties
winner
Link copied to clipboard
val
winner
:
C
Functions
fold
Link copied to clipboard
inline
fun
<
D
>
fold
(
ifA
:
(
Nothing
)
->
D
,
ifB
:
(
Nothing
)
->
D
,
ifC
:
(
C
)
->
D
)
:
D