public final class StateFieldAccessor<T> extends Object implements StateAccessible<T>
| Constructor and Description |
|---|
StateFieldAccessor(Field stateField) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(Object reactiveObject) |
void |
write(Object reactiveObject,
T state) |
Copyright © 2015. All Rights Reserved.