public interface ListState<T> extends UnaryState<List<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
add(T value)
add the value to list
|
void |
update(List<T> list)
update list state
|
getsetCurrentKeyCopyright © 2020. All rights reserved.