Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Release version 1.1

Compare
Choose a tag to compare
@tazjin tazjin released this 16 Nov 08:10
· 4 commits to master since this release
1.1

Adds support for nested Hamcrest matchers on values contained within Javaslang collections and control types.

For example, this makes it possible to define matchers such as isDefined(lessThan(40)) on an Option<Integer>.

Consult the Javadocs for more information about the usage of the new features. Usage examples can be seen in the tests.