-
andThen<C>(BiDi<B, C> bidi)
→ BiDi<A, C>
-
Available on BiDi<A, B>,
provided by the BiDiX extension
-
bidiCast<C>()
→ BiDi<A, C>
-
Available on BiDi<A, B>,
provided by the BiDiX extension
-
bidiOpt()
→ BiDiOpt<A, B>
-
Available on BiDi<A, B>,
provided by the BiDiX extension
-
map<C>({required C forward(B a), required B backward(C b)})
→ BiDi<A, C>
-
Available on BiDi<A, B>,
provided by the BiDiX extension