menu
appletheia_monad package
documentation
option.dart
Option<T>
zip<U> abstract method
zip<U> abstract method
dark_mode
light_mode
zip<
U
>
abstract method
Option
<
(
T
,
U
)
>
zip
<
U
>(
Option
<
U
>
other
)
Implementation
Option<(T, U)> zip<U>(Option<U> other);
appletheia_monad package
documentation
option
Option<T>
zip<U> abstract method
Option class