DiffField

object DiffField

Types

Link copied to clipboard
class IdListProp<T, ID : Number>(prop: KProperty1<T, List<ID>>, tableSingleName: String) : FieldDef<T>
Link copied to clipboard
class ScalarProp<T, V>(prop: KProperty1<T, V>, category: ChangeCategory, render: (V) -> String = { it.toString() }) : FieldDef<T>