This repository has been archived by the owner on Dec 21, 2019. It is now read-only.
Release version 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.