Skip to content

Implement the ?. operator on optionals #6

@joeseibel

Description

@joeseibel

It would be nice to provide the ?. operator as syntactic sugar for optional's map and flatMap. Instead of writing optionalComponent.map { component -> component.name }, we should be able to write optionalComponent?.name.

This was requested by @AaronGreenhouse.

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