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
/
First
First
data
class
First
<
A
>
(
val
winner
:
A
)
:
Race3
<
A
,
Nothing
,
Nothing
>
Members
Constructors
First
Link copied to clipboard
constructor
(
winner
:
A
)
Properties
winner
Link copied to clipboard
val
winner
:
A
Functions
fold
Link copied to clipboard
inline
fun
<
D
>
fold
(
ifA
:
(
A
)
->
D
,
ifB
:
(
Nothing
)
->
D
,
ifC
:
(
Nothing
)
->
D
)
:
D