Package one.util.streamex
Class Internals.ObjDoubleBox<A>
java.lang.Object
one.util.streamex.Internals.Box<A>
one.util.streamex.Internals.ObjDoubleBox<A>
- All Implemented Interfaces:
Consumer<A>
- Enclosing interface:
- Internals
-
Field Summary
FieldsFields inherited from class one.util.streamex.Internals.Box
a
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class one.util.streamex.Internals.Box
accept, asOptional, partialCollector
-
Field Details
-
b
double b
-
-
Constructor Details
-
ObjDoubleBox
ObjDoubleBox(A a, double b)
-