| Class | Description |
|---|---|
| EmptyChecker | |
| NullChecker<T> | |
| ParameterChecker |
Abstract class for checks of items that will most probably method or configuration parameters.
|
| PrerequisiteChecker |
This is a class meant for chaining together calls like
PrerequisiteChecker.checkThat().notNull(ob1, ob2).notEmpty(coll).withNames("ob1", "ob2", "coll").execute(). |
| SupplierChecker |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.