Yarikx / reductor

Redux for Android. Predictable state container library for Java/Android
Apache License 2.0
463 stars 27 forks source link

Make Action multi-value #6

Closed Yarikx closed 7 years ago

Yarikx commented 7 years ago

Currently, Action holds Object value as payload. Most of the time (with AutoReducer) Object[] is stored there.

This PR makes Action multi-valued by default, so it's easier to have consistent hashCode() and equals() methods.