Is it possible or a bad idea to instantiate an obj...
# android
r
Is it possible or a bad idea to instantiate an object as a concrete version of Unit..? I am thinking: class TabHostFragment: BaseFragment<Unit> { } whereas all other fragments are: class MyDataFragment : baseFragment<MyDataItem> { }