Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard mapping properties / methods #30

Closed
2 of 3 tasks
robfletcher opened this issue May 15, 2018 · 0 comments
Closed
2 of 3 tasks

Standard mapping properties / methods #30

robfletcher opened this issue May 15, 2018 · 0 comments
Labels
🦄 enhancement New feature or request 🐣 good first issue Good for newcomers 🆘 help wanted Extra attention is needed
Milestone

Comments

@robfletcher
Copy link
Owner

robfletcher commented May 15, 2018

Add some useful extension properties and methods for common uses of Assertion<T>.map(()->R): Assertion<R>

  • Assertion<Any?>.toString
  • Assertion<Collection<E>>.first() etc.
  • Assertion<List<E>>.get(IntRange) etc.
@robfletcher robfletcher added 🆘 help wanted Extra attention is needed 🐣 good first issue Good for newcomers ⚗️ experimental Speculative functionality that may or may not be possible / desirable 🦄 enhancement New feature or request and removed ⚗️ experimental Speculative functionality that may or may not be possible / desirable labels May 16, 2018
@robfletcher robfletcher added this to the v1.0 milestone May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦄 enhancement New feature or request 🐣 good first issue Good for newcomers 🆘 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant