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