menu
mhu_dart_commons package
documentation
commons.dart
BiDiOptX<A, B>
andThenOpt<C> method
andThenOpt<C> method
dark_mode
light_mode
andThenOpt<
C
>
method
BiDiOpt
<
A
,
C
>
andThenOpt
<
C
>(
BiDi
<
B
,
C
>
bidi
)
Implementation
BiDiOpt<A, C> andThenOpt<C>(BiDi<B, C> bidi) => andThen(bidi.bidiOpt());
mhu_dart_commons package
documentation
commons
BiDiOptX<A, B>
andThenOpt<C> method
BiDiOptX extension on
BiDiOpt
<
A
,
B
>