You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have DBIO.sequence covered in 4.2.6 and the summary (4.1). We should add sequenceOption too. It's a Option[DBIO[R]] => DBIO[Option[R]] kind of thing.
The text was updated successfully, but these errors were encountered:
We have
DBIO.sequence
covered in 4.2.6 and the summary (4.1). We should addsequenceOption
too. It's aOption[DBIO[R]] => DBIO[Option[R]]
kind of thing.The text was updated successfully, but these errors were encountered: