control_flow/predicate library

Classes

Predicates

Extensions

EPredicate on Predicate<Input>

Functions

always<Input>() Predicate<Input>
both<Input>(Predicate<Input> a, Predicate<Input> b) Predicate<Input>
either<Input>(Predicate<Input> a, Predicate<Input> b) Predicate<Input>
neither<Input>(Predicate<Input> a, Predicate<Input> b) Predicate<Input>
never<Input>() Predicate<Input>
none<Input>(Predicate<Input> a, Predicate<Input> b) Predicate<Input>
not<Input>(Predicate<Input> predicate) Predicate<Input>

Typedefs

Predicate<Input> = bool Function(Input)