Skip to content

Question: filter null values in map, returning keys #6

@glenncoppens

Description

@glenncoppens

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions