KeyValueDifferFactory
interface
Provides a factory for KeyValueDiffer
.
API
interface KeyValueDifferFactory {}
supports
boolean
Test to see if the differ knows how to diff this kind of object.
@paramobjects
any
@returns
boolean
create
KeyValueDiffer<K, V>
Create a KeyValueDiffer
.
@returns
KeyValueDiffer<K, V>
Jump to details