Interface: Comparable

Hierarchy

  • Comparable

Implemented by

Properties

equals

• equals: function

Defined in src/drop/comparable.ts:4

Type declaration:

▸ (rhs: any): boolean

Parameters:

Name Type
rhs any

geq

• geq: function

Defined in src/drop/comparable.ts:6

Type declaration:

▸ (rhs: any): boolean

Parameters:

Name Type
rhs any

gt

• gt: function

Defined in src/drop/comparable.ts:5

Type declaration:

▸ (rhs: any): boolean

Parameters:

Name Type
rhs any

leq

• leq: function

Defined in src/drop/comparable.ts:8

Type declaration:

▸ (rhs: any): boolean

Parameters:

Name Type
rhs any

lt

• lt: function

Defined in src/drop/comparable.ts:7

Type declaration:

▸ (rhs: any): boolean

Parameters:

Name Type
rhs any