Modul speiger.src.collections
Package speiger.src.collections.objects.functions
package speiger.src.collections.objects.functions
-
SchnittstellenKlasseBeschreibungType-Specific Supplier interface that reduces (un)boxing and allows to merge other consumer types into this interfaceObjectTask<T>A Type Specific Task interface that allows you to keep track of the task that is currently running.
It extends Runnable future and supports said functions but also provides quality of life functions like:
- isSuccesfull: which allows to detect if the task was completed properly and not interrupted or crashed