Check property
Creates a function that will invoke a predicate function for the specified property on a given dictionary.
- Return a
lambda
function that takes a dictionary and applies the predicate function,fn
to 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.