ilya.gorbunov
12/29/2015, 2:23 PMclass ViewModel<State, Any>
as a generic type with 2 type parameters, named State
and Any
. I.e. you're not substituting types State
and Any
instead of S
and A
type parameters of ReducerCombiner
, but defining new type parameters.
Is this intentional?