altavir
01/29/2020, 3:37 PMT:Any, what should be default cell value return type T or T??Arthur
01/29/2020, 4:05 PMNullableTable<T:Any?> and an Table<T:Any> : NullableTable<T> . For the non-nullable you need to provide a default value which will be used for all null cells.altavir
01/29/2020, 4:07 PMaltavir
01/29/2020, 4:08 PMT: Any? because I need explicit KClass .altavir
01/29/2020, 4:18 PMPeter Klimai
01/29/2020, 6:42 PMaltavir
01/29/2020, 6:44 PMPeter Klimai
01/29/2020, 6:47 PMaltavir
01/29/2020, 6:49 PM