npathai / hamcrest-optional

Matchers for JDK 8 Optional
MIT License
42 stars 3 forks source link

Rename isPresentAnd to hasValue. #5

Closed stefanbirkner closed 8 years ago

stefanbirkner commented 8 years ago

hasValue is more concise. It is the same wording that is used by hamcrest-extras (Hamcrest matchers for Guava's Optional) and AssertJ.

stefanbirkner commented 8 years ago

Fixed the conflicts.