arrow-fx / arrow.fx / RaceTriple / Third

Third

data class Third<F, A, B, C> : RaceTriple<F, A, B, C>

Constructors

<init> Third(fiberA: Fiber<F, A>, fiberB: Fiber<F, B>, winner: C)

Properties

fiberA val fiberA: Fiber<F, A>
fiberB val fiberB: Fiber<F, B>
winner val winner: C

Do you like Arrow?

Arrow Org
<