ValidatingStore<S> constructor
ValidatingStore<S> (
- Store<
S> delegate
Constructs a validating store.
Implementation
ValidatingStore(this.delegate);
Constructs a validating store.
ValidatingStore(this.delegate);