Utils

Small shared utilities set

View the Project on GitHub trudeau/utils

utils

Small shared utilities set

APIs

0.0.1

Usage

The org.nnsoft.trudeau.utils.Assertions makes more compact methods arguments validation, such as:

The org.nnsoft.trudeau.utils.Objects simplifies the construction of boolean equals(Object o) and int hashCode() methods:

Note

Yes, we know, there are dozens of libraries across the web that do exactly the same thing, but we just need a subset of 2 classes… does it make sense to import a dependency for few methods? :)