| Class | Description |
|---|---|
| ApplicationManifestInfo |
Utility class used to retrieve version info and the like from the application manifest.
|
| Exceptions |
Utility class providing Exception/Throwable handling related functions.
|
| Late<T> |
Utility class used to handle late initialized objects in a
null-safe way. |
| Lazy<T> |
Utility class used to handle lazy initialized objects in a
null-safe way. |
| Strings |
Utility class providing String related functions.
|
| SystemProperties |
Utility class providing system properties related functions.
|
| Threads |
Utility class providing Thread related functions.
|