eHarmony / aloha

A scala-based feature generation and modeling framework
http://eharmony.github.io/aloha
MIT License
60 stars 12 forks source link

Closes #180 #181

Closed deaktator closed 7 years ago

deaktator commented 7 years ago

Added output type to RowCreator and all supporting classes.

deaktator commented 7 years ago

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]