Skip to content

Don't require passing an Option to an asynchronous query callback #61

Description

Since we can infer from the invoked callback/errback whether the fetch succeeded or not, we shouldn't require the callback type to be Option[Identity] => Unit but Identity => Unit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions