unruly / java-8-matchers

Hamcrest Matchers for Java 8 features
MIT License
23 stars 5 forks source link

Fix for issue 1 (https://github.com/unruly/java-8-matchers/issues/1).… #2

Closed bruceeddy closed 8 years ago

bruceeddy commented 8 years ago

Fix for issue #1 .
Make it allowable for type parameter of matcher to be a strict supertype of the type parameter of the optional being matched in OptionalMatchers.contains(Matcher)