control_flow/predicate library
Classes
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>