FpdartOnPredicate extension

on

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 with predicate.
or(bool predicate()) bool Function()

Available on bool Function(), provided by the FpdartOnPredicate extension

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

Available on bool Function(), provided by the FpdartOnPredicate extension

Compose xor this function with predicate.