Converter

DataItemConverter implementation that handles the re-creation of the Rule operators, delegating the creation of the T to the provided converter.

Constructors

Link copied to clipboard
constructor(converter: DataItemConverter<T>)

Functions

Link copied to clipboard
open override fun convert(dataItem: DataItem): Rule<T>?

Should return an instance of T using the data provided by dataItem.