menu
df_router package
documentation
_common.dart
WrapOnOutcomeExt<T extends Object, M extends Outcome<T>>
wrapValueInSome method
wrapValueInSome method
dark_mode
light_mode
wrapValueInSome
method
Outcome
<
Some
<
T
>
>
wrapValueInSome
(
)
Implementation
Outcome<Some<T>> wrapValueInSome() => map((e) => Some(e));
df_router package
documentation
_common
WrapOnOutcomeExt<T extends Object, M extends Outcome<T>>
wrapValueInSome method
WrapOnOutcomeExt extension on M