| Interface | Description |
|---|---|
| ObjectBooleanConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectByteConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectCharConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectDoubleConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectFloatConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectIntConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectLongConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectObjectConsumer<T,V> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| ObjectShortConsumer<T> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|