apiref
@dtinth/comparator@0.0.3

@dtinth/comparator  EntryPoint

Tools for creating Comparator functions. The API design is based on Java’s java.util.Comparator interface.

Interfaces

InterfaceDescription
ComparatorA comparator can be used to compare two objects in order to determine their ordering.
ComparatorXExtra methods available on Comparator instances generated by the static methods in the Comparator namespace module.

Namespaces

NamespaceDescription
ComparatorMethods for creating Comparator instances. These instances are enhanced with additional methods defined in the ComparatorX interface.
ComparatorXTools for enhancing a Comparator instance with additional methods as defined in the ComparatorX interface.