| Interface | Description |
|---|---|
| ByteBooleanConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteByteConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteCharConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteDoubleConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteFloatConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteIntConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteLongConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteObjectConsumer<V> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ByteShortConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|