| Package | Description |
|---|---|
| com.helger.commons.state |
| Modifier and Type | Method and Description |
|---|---|
static <DATATYPE> ChangeWithValue<DATATYPE> |
ChangeWithValue.createChanged(DATATYPE aValue)
Create a new changed object with the given value.
|
static <DATATYPE> ChangeWithValue<DATATYPE> |
ChangeWithValue.createUnchanged(DATATYPE aValue)
Create a new unchanged object with the given value.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.