Interface IOptColumnMappingBuilder

    • Method Detail

      • build

        default OptColumnMapping build​(String value)
        Use the current builder state to create an OptColumnMapping with the provided value for e.g. a particular feature (row).
        Parameters:
        value - the value for the mapping.
        Returns:
        the optional column mapping built from this builder instance.