First

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

Functions

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

Properties

Link copied to clipboard
val winner: A