Third

data class Third<C>(val winner: C) : Race3<Nothing, Nothing, C> (source)

Constructors

Link copied to clipboard
constructor(winner: C)

Properties

Link copied to clipboard
val winner: C

Functions

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