where
Filter map entries by a boolean condition. Returns a new map with only the matching key/value pairs.
Examples
Kernel parameters with names starting with net.:
kernel.parameters.where(key == /^net\./)
whereFilter map entries by a boolean condition. Returns a new map with only the matching key/value pairs.
Kernel parameters with names starting with net.:
kernel.parameters.where(key == /^net\./)