reduce abstract method

T reduce()

The method that returns the new state. Whenever a watched provider changes, this method is called again.

Implementation

T reduce();