Please implement TaskSeq.tryItem
, tryLast
, tryHead
, tryPick
, tryFind
and the non-try counterparts
#22
Labels
Milestone
Signatures should be similar like for
Seq
, with overloads forasync
versions so that thepicker
orchooser
function can return aTask
.Consider:
As with
Seq
, the non-try variants will raise an exception if the precondition is not met.The text was updated successfully, but these errors were encountered: