Package com.illumon.iris.db.v2.utils
Interface ChunkBoxer.BoxerKernel
- All Superinterfaces:
AutoCloseable
,Context
,SafeCloseable
- Enclosing class:
- ChunkBoxer
Return a chunk that contains boxed Objects representing the primitive values in primitives.
-
Method Summary
Modifier and TypeMethodDescriptionObjectChunk<?,
? extends Attributes.Values> box
(Chunk<? extends Attributes.Values> primitives) Convert all primitives to an object.
-
Method Details
-
box
Convert all primitives to an object.- Parameters:
primitives
- the primitives to convert- Returns:
- a chunk containing primitives as an object
-