Skip to content

Implement the ?. operator on optionals #6

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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