menu
h_utils package
documentation
control_flow/predicate.dart
EPredicate<Input>
and method
and method
dark_mode
light_mode
and
method
Predicate
<
Input
>
and
(
Predicate
<
Input
>
predicate
)
Implementation
Predicate<Input> and(final Predicate<Input> predicate) => (i) => this(i) && predicate(i);
h_utils package
documentation
control_flow/predicate
EPredicate<Input>
and method
EPredicate extension on
Predicate
<
Input
>