Skip to content

v1.4.0

Compare
Choose a tag to compare
@cptjazz cptjazz released this 29 Apr 10:05
· 44 commits to master since this release
8eebd8f

Features

  • Introduced IMaybe.Value and IMaybe1.Valueand obsoleted the.GetValueOrDefault(..)` infrastructure methods.
  • Introduced separate MapAsync(..) methods for Task and ValueTask; obsoleted the Map(..) overload with the async binder
  • Introduced OrElseAsync(..) methods for Task and ValueTask to support async creation of alternative values.