Reference

This page shows all the features provided by the library.

Doing nothing

The doNothing function takes anything as parameter and returns it unchanged:

Property.forAll { x: Int =>
  Example.doNothing(x) == x
}

Browse the API documentation for more information.

The source code for this page can be found here.