S - Object that encapsulates current state.@FunctionalInterface public interface HasState<S>
| Modifier and Type | Method and Description |
|---|---|
S |
getState()
Returns the current state of this object.
|
S getState()
null.Copyright © 2024 Miki. All rights reserved.