| Package | Description |
|---|---|
| de.julielab.java.utilities.prerequisites |
| Class and Description |
|---|
| 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(). |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.