Add asOption function #1

Closed
opened 2022-05-24 20:48:07 +00:00 by danieljsummers · 1 comment
danieljsummers commented 2022-05-24 20:48:07 +00:00 (Migrated from github.com)

The CE provides a resultOption operator, which translates a possibly-null result into a Option<'T>. Provide this same function-ality for the functions. Its signature should be (IConnection -> Task<'T>) -> Task<'T option>.

The CE provides a `resultOption` operator, which translates a possibly-null result into a `Option<'T>`. Provide this same function-ality for the functions. Its signature should be `(IConnection -> Task<'T>) -> Task<'T option>`.
danieljsummers commented 2022-05-25 20:38:08 +00:00 (Migrated from github.com)

Implemented in beta-03

Implemented in beta-03
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bit-badger/RethinkDb.Driver.FSharp#1
No description provided.