| Interface | Description |
|---|---|
| BooleanComparator |
Type-Specific Class for Comparator to reduce (un)boxing
|
| BooleanConsumer |
Type-Specific Consumer interface that reduces (un)boxing and allows to merge other consumer types into this interface
|
| BooleanSupplier |
Type-Specific Supplier interface that reduces (un)boxing and allows to merge other consumer types into this interface
|
| BooleanTask |
A Type Specific Task interface that allows you to keep track of the task that is currently running.
|
| Class | Description |
|---|---|
| BooleanComparator.Reversed |
A Type Specific Reversed Comparator to reduce boxing/unboxing
|