menu
appletheia_monad package
documentation
option.dart
Some<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) => test(value);
appletheia_monad package
documentation
option
Some<T>
isSomeAnd method
Some class