First

data class First<A>(val winner: A) : Race3<A, Nothing, Nothing> (source)

Constructors

Link copied to clipboard
constructor(winner: A)

Properties

Link copied to clipboard
val winner: A

Functions

Link copied to clipboard
inline fun <D> fold(ifA: (A) -> D, ifB: (Nothing) -> D, ifC: (Nothing) -> D): D