public final class KStateContainer extends StateContainer
StateContainer.StateUpdate
Modifier and Type | Method and Description |
---|---|
void |
applyStateUpdate(StateContainer.StateUpdate stateUpdate) |
KStateContainer |
copyAndMutate(int index,
java.lang.Object newValue) |
static KStateContainer |
withNewState(KStateContainer kStateContainer,
java.lang.Object state) |
clone
public void applyStateUpdate(StateContainer.StateUpdate stateUpdate)
applyStateUpdate
in class StateContainer
public static KStateContainer withNewState(KStateContainer kStateContainer, java.lang.Object state)
public KStateContainer copyAndMutate(int index, java.lang.Object newValue)