Module predicates::iter

source ·
Expand description

Definition of Predicates for comparisons of membership in a set.

Structs§

  • Predicate that returns true if variable is a member of the pre-defined HashSet, otherwise returns false.
  • Predicate that returns true if variable is a member of the pre-defined set, otherwise returns false.
  • Predicate that returns true if variable is a member of the pre-defined set, otherwise returns false.

Functions§

  • Creates a new predicate that will return true when the given variable is contained with the set of items provided.
  • Creates a new predicate that will return true when the given variable is contained with the set of items provided.