Package-level declarations
Types
Properties
Provides the last existing index of any Collection
Functions
Apply title to the Application, this fixes appearance on some targets.
Extension method to check if a file can be read without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if a file can be written without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to create a file without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to delete a file safely without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if a file exists and can be read without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if a file exists and can be written without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if a file exists without throwing an exception, except CancellationException to cancel parent jobs.
Provides all root directories available in the system.
Get all numbers of a given String. This does not include floating points.
Extension method to get the real file of a symlink without throwing an exception, except CancellationException to cancel parent jobs.
Get the home directory of the user. Falls back to HOME system environment variable if JVM property user.home could not be found.
Extension method to check if a file is a directory without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if two files are the same (symlink aware) without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if a file is a symlink without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to get all children without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to create this and all parent directories without throwing an exception, except CancellationException to cancel parent jobs.
Combine any Iterable of the same type to one MutableList.
Combine any Iterable of the same type to one MutableSet.
Extension method to check if a parent file exists and creates if not without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if a parent file exists readable and creates if not without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to check if a parent file exists read-write able and creates if not without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to get the parent of a file exists without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to read a file as is without converting it to UTF-8 or anything else. Useful for reading files on a byte level.
Run List.subList on any Collection safely without throwing any exception if the provided start/end values do not exist.
Run List.subList on any Collection safely without throwing any exception if the provided start/end values do not exist.
Equivalent of runCatching but able to throw CancellationException to cancel parent jobs.
Run System.getenv without throwing an exception, except CancellationException to cancel parent jobs.
Run System.getProperty without throwing an exception, except CancellationException to cancel parent jobs.
Run System.setProperty without throwing an exception, except CancellationException to cancel parent jobs.
Extension method to write a file as is without converting it to UTF-8 or anything else. Useful for writing files on a byte level.