FpdartOnPredicate extension
- on
-
- bool Function()
Properties
- negate → bool
-
Available on bool Function(), provided by the FpdartOnPredicate extension
Negate the return value of this function.no setter
Methods
-
and(
bool predicate()) → bool Function() -
Available on bool Function(), provided by the FpdartOnPredicate extension
Compose using&&this function withpredicate. -
or(
bool predicate()) → bool Function() -
Available on bool Function(), provided by the FpdartOnPredicate extension
Compose using||this function withpredicate. -
xor(
bool predicate()) → bool Function() -
Available on bool Function(), provided by the FpdartOnPredicate extension
Compose xor this function withpredicate.