KeyValueDifferFactory
interface
Provides a factory for KeyValueDiffer
.
API
interface KeyValueDifferFactory { create(): KeyValueDiffer<K, V>;}}
Jump to details
Provides a factory for KeyValueDiffer
.
interface KeyValueDifferFactory { create(): KeyValueDiffer<K, V>;}}