Package speiger.src.collections.doubles.functions


package speiger.src.collections.doubles.functions
  • Klasse
    Beschreibung
    Type-Specific Class for Comparator to reduce (un)boxing
    A Type Specific Reversed Comparator to reduce boxing/unboxing
    Type-Specific Consumer interface that reduces (un)boxing and allows to merge other consumer types into this interface
    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