Hierarchy
- Comparable
Implemented by
Properties
equals
• equals: function
Defined in drop/comparable.ts:4
Type declaration:
▸ (rhs: any): boolean
Parameters:
| Name | Type |
|---|---|
rhs |
any |
geq
• geq: function
Defined in drop/comparable.ts:6
Type declaration:
▸ (rhs: any): boolean
Parameters:
| Name | Type |
|---|---|
rhs |
any |
gt
• gt: function
Defined in drop/comparable.ts:5
Type declaration:
▸ (rhs: any): boolean
Parameters:
| Name | Type |
|---|---|
rhs |
any |
leq
• leq: function
Defined in drop/comparable.ts:8
Type declaration:
▸ (rhs: any): boolean
Parameters:
| Name | Type |
|---|---|
rhs |
any |
lt
• lt: function
Defined in drop/comparable.ts:7
Type declaration:
▸ (rhs: any): boolean
Parameters:
| Name | Type |
|---|---|
rhs |
any |