Second

data class Second<B>(val winner: B) : Race3<Nothing, B, Nothing> (source)

Constructors

Link copied to clipboard
constructor(winner: B)

Properties

Link copied to clipboard
val winner: B

Functions

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