Check property
Creates a function that will invoke a predicate function for the specified property on a given dictionary.
- Return a
lambdafunction that takes a dictionary and applies the predicate function,fnto the specified property.
Creates a function that will invoke a predicate function for the specified property on a given dictionary.
lambda function that takes a dictionary and applies the predicate function, fn to the specified property.