All Classes and Interfaces

Class
Description
AbstractFuture<R,S,T extends Task<R,S>>
 
 
 
 
Functional interface to parse an InputStream to custom body.
 
 
Thrown when a task cannot be queued.
 
A Future which can be completed with the CompletableFuture.complete(Object, Object, AsyncError) method.
A Task, which creates a CompletableFuture when started.
 
 
 
A ConditionedTask is a Task that will only be executed after a certain condition hast been met.
 
 
 
 
 
A executable Task.
A Future represents a Task that will be executed in the future and whose result or error will be retrieved.
 
 
 
 
Represents a Color as HSVA.
H = hue, S = saturation, V = value, A = alpha/transparency
 
 
 
 
 
 
Bitfield class using an int.
 
A thread safe linked list implementation.
 
It is not recommended to use any index based methods.
Bitfield class using a long.
 
Bitfield class using a volatile long.
 
 
 
 
 
Task with some methods, that should not be visible to the end user.
 
A Queueable is special ExecutableTask, that can be queued and executed.
Queueable base.
 
HTTP Request Method
 
 
Represents a Color as RGBA.
R = red, G = green, B = blue, A = alpha / transparency.
 
 
Select Graphic Rendition for Consoles.
 
 
This interface should be implemented if the implementing class can be simplified to a simple type.
 
 
A Task can be executed asynchronous or in the current thread.