| Interface | Description |
|---|---|
| DoubleBooleanConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleByteConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleCharConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleDoubleConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleFloatConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleIntConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleLongConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleObjectConsumer<V> |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|
| DoubleShortConsumer |
A Type Specific BiConsumer class to reduce boxing/unboxing and that fills the gaps that java has.
|