Closed deaktator closed 7 years ago
Added output type to RowCreator and all supporting classes.
The most important thing in this PR is probably to look at the variance annotation and determine if we should have a type alias:
type StringRowCreator[-A] = RowCreator[A, CharSequence]
Added output type to RowCreator and all supporting classes.