KeyedData
Intermediate value produced by Data.valueAtKey: an operation called on it (mirroring the Data operations above) validates the map entry at that key instead of the map as a whole.
Functions
True when the keyed string entry contains substring.
True when the keyed string entry ends with suffix.
True when the keyed string entry equals target, ignoring case.
True when the keyed date-time entry is after dateTime.
True when the keyed date-time entry is before dateTime.
True when the keyed string entry is empty or made only of whitespace.
True when the keyed date-time entry equals dateTime.
True when the keyed int entry is even.
True when the keyed boolean entry is false.
True when the keyed string entry's length is bigger than length.
True when the keyed string entry's length is bigger than or equal to length.
True when the keyed string entry's length equals length.
True when the keyed string entry's length is smaller than length.
True when the keyed string entry's length is smaller than or equal to length.
True when the keyed string entry is not empty and not made only of whitespace.
True when the keyed entry is not null.
True when the keyed entry is null.
True when the keyed int entry is odd.
True when the keyed boolean entry is true.
True when the keyed date-time entry falls on a Monday through Friday.
True when the keyed date-time entry falls on a Saturday or Sunday.
True when the keyed string entry matches the regex pattern.
True when the keyed string entry starts with prefix.