Interface ChunkBoxer.BoxerKernel
- All Superinterfaces:
AutoCloseable
,Context
,SafeCloseable
- Enclosing class:
- ChunkBoxer
Return a chunk that contains boxed
Objects
representing the primitive values in values
.-
Method Summary
-
Method Details
-
box
Box all values intoObjects
if they are not alreadyObjects
.- Parameters:
values
- the values to box- Returns:
- a chunk containing values as
Objects
(not owned by the caller)
-