Third

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

Constructors

Link copied to clipboard
fun <C> Third(winner: C)

Functions

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

Properties

Link copied to clipboard
val winner: C