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\./)
where
Filter 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\./)