Hi,
Been playing around with the library, but I can't seem to get my head around the following (kind of new to fp):
Map<String, String> = new Map<String, String>{
'Name' => 'Account',
'Description' => null,
'Website' => null
}
Is it possible to only retrieve the keys where the value is null?
Hi,
Been playing around with the library, but I can't seem to get my head around the following (kind of new to fp):
Is it possible to only retrieve the keys where the value is
null?