Interface ColumnRegionReferencing.Converter<ATTR extends Attributes.Any>

Enclosing interface:
ColumnRegionReferencing<ATTR extends Attributes.Any,​REFERENCED_COLUMN_REGION extends ColumnRegion<ATTR>>

public static interface ColumnRegionReferencing.Converter<ATTR extends Attributes.Any>
  • Method Summary

    Modifier and Type Method Description
    void convertRegion​(WritableChunk<? super ATTR> destination, Chunk<? extends ATTR> source, OrderedKeys orderedKeys)
    Converts all the native source values represented by orderedKeys from a single region into the destination chunk by appending.
  • Method Details

    • convertRegion

      void convertRegion​(WritableChunk<? super ATTR> destination, Chunk<? extends ATTR> source, OrderedKeys orderedKeys)
      Converts all the native source values represented by orderedKeys from a single region into the destination chunk by appending.