bidiCast<C> method

BiDi<A, C> bidiCast<C>()

Implementation

BiDi<A, C> bidiCast<C>() => andThen(BiDi.bidiCast<B, C>());