menu
appletheia_monad package
documentation
option.dart
Option<T>
isSomeAnd abstract method
isSomeAnd abstract method
dark_mode
light_mode
isSomeAnd
abstract method
bool
isSomeAnd
(
bool
test
(
T
)
)
Implementation
bool isSomeAnd(bool Function(T) test);
appletheia_monad package
documentation
option
Option<T>
isSomeAnd abstract method
Option class