Package speiger.src.collections.objects.functions


package speiger.src.collections.objects.functions
  • Schnittstellen
    Klasse
    Beschreibung
    Type-Specific Supplier interface that reduces (un)boxing and allows to merge other consumer types into this interface
    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