| Interface | Description |
|---|---|
| LongBooleanConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongByteConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongCharConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongDoubleConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongFloatConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongIntConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongLongConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongObjectConsumer<V> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| LongShortConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|