andThenOpt<C> method

BiDiOpt<A, C> andThenOpt<C>(
  1. BiDi<B, C> bidi
)

Implementation

BiDiOpt<A, C> andThenOpt<C>(BiDi<B, C> bidi) =>
    andThen(bidi.bidiOpt());