Third

data class Third<C>(winner: C) : Race3<Nothing, Nothing, 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