- Type Parameters:
T - the value type
public interface Change<T>
Represents a value change
-
Method Summary
Instantiates a new
Change instance
-
Method Details
-
previous
- Returns:
- the previous value
-
current
- Returns:
- the current value
-
change
Instantiates a new
Change instance
- Type Parameters:
T - the value type
- Parameters:
previous - the previous value
current - the current value
- Returns:
- a new
Change instance