FpdartOnPredicate extension

on

Properties

negate bool
Negate the return value of this function.
no setter

Methods

and(bool predicate()) bool Function()
Compose using && this function with predicate.
or(bool predicate()) bool Function()
Compose using || this function with predicate.
xor(bool predicate()) bool Function()
Compose xor this function with predicate.