Modul speiger.src.collections
Package speiger.src.collections.doubles.functions
package speiger.src.collections.doubles.functions
-
KlasseBeschreibungType-Specific Class for Comparator to reduce (un)boxingA Type Specific Reversed Comparator to reduce boxing/unboxingType-Specific Consumer interface that reduces (un)boxing and allows to merge other consumer types into this interfaceType-Specific Supplier interface that reduces (un)boxing and allows to merge other consumer types into this interfaceA 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