Interface KeyValueEntity.ReadOnlyEffect<T>

All Superinterfaces:
KeyValueEntity.Effect<T>
Enclosing class:
KeyValueEntity<S>

public static interface KeyValueEntity.ReadOnlyEffect<T> extends KeyValueEntity.Effect<T>
An effect that is known to be read only and does not update the state of the entity.