Skip to content

Release v1.0.5

Latest

Choose a tag to compare

@rgrnwd rgrnwd released this 06 Feb 01:09
· 2 commits to main since this release
795b26e

[1.0.5]

  • Adds <T> Result<T>.shouldBeSuccessful(): T (Roni Greenwood)
  • Adds fun <T> Result<T>.shouldBeSuccessful(block: (T) -> Unit): T (Roni Greenwood)
  • Adds <T> Result<T>.shouldBeSuccessful(expected: T): T (Roni Greenwood)