| Interface | Description |
|---|---|
| Condition |
Represents any true/false statement
|
| Factory<T> |
Utility class that allows you to allow users to
easily build an instance of the specified object.
|
| Service | |
| Task |
| Class | Description |
|---|---|
| ConditionalExecutor | |
| JPower | |
| JPower.Release | |
| Platform |
Provides information about the Platform
that the JVM is running on.
|
| PowerMath |
A collection of math utilities, could be separated into
multiple different classes for math subjects.
|
| TaskFactory | |
| Worker | |
| WorkerFactory | |
| WorkerPool | |
| Wrapper<T> |