@FunctionalInterface
public interface StateValueFactory
| Modifier and Type | Method and Description |
|---|---|
@NotNull StateValue |
create(@NotNull StateValueHost host,
@NotNull State<?> state)
Creates a new value for the given host and state.
|
@NotNull @NotNull StateValue create(@NotNull @NotNull StateValueHost host, @NotNull @NotNull State<?> state)
host - The state host.state - The state.StateValue.