# Functions
Chained creates a ChainedExtractor from dot delimited properties.
Extract creates a ValueExtractor from an entry's value.
Identity returns a ValueExtractor that extracts the objects identity or key.
Multi returns a value extractor that extracts multiple comma separated property values.
NewSafeComparator returns a new safe Comparator.
No description provided by the author
# Structs
SafeComparator is an internal type (exported only for serialization purpose).
# Interfaces
ValueExtractor extracts a value from a given object.