menu
appletheia_monad package
documentation
option.dart
None<T>
isSomeAnd method
isSomeAnd method
dark_mode
light_mode
isSomeAnd
method
@
override
bool
isSomeAnd
(
bool
test
(
T
)
)
override
Implementation
@override bool isSomeAnd(bool Function(T) test) => false;
appletheia_monad package
documentation
option
None<T>
isSomeAnd method
None class