See: Description
| Interface | Description |
|---|---|
| ThrowingConsumer<T,E extends Throwable> |
A Consumer that can throw an exception.
|
| Class | Description |
|---|---|
| Requirements |
Utility for making generalized requirements.
|
Not only do we provide a modest library of existing assertions/requirements, we allow for you to insert your own. It is also our goal, that this library be 100% backwards compatible, and CVE-free. Future versions of this library will only add new functionality, reserving old behavior, old signatures, etc. Nothing will ever be deprecated.
This particular package has only one class of any note, Requirements
It contains a library of requirements, and a mechanism for enforcing them.
Note that each requirement *is* something. It does not *do* something. This allows it to potentially be used for all sorts of things (i.e. json validation, unit test assertions, code level assertions, etc)
Copyright © 2020. All rights reserved.