ComparisonOperator
An infix operator that takes two numbers and returns a boolean.
Constructors
ComparisonOperator
Link copied to clipboard
Functions
alternativeTypes
Link copied to clipboard
In lieu of polymorphic types, have an optional list of alternative types to check against.
toDocument
Link copied to clipboard
Shows this operator applied to arguments.
override fun toDocument(argument1: PrettyPrintable, argument2: PrettyPrintable): Document
Content copied to clipboard
Properties
associativity
Link copied to clipboard
precedence
Link copied to clipboard
type
Link copied to clipboard
Inheritors
EqualTo
Link copied to clipboard
ExclusiveOr
Link copied to clipboard
LessThan
Link copied to clipboard
LessThanOrEqualTo
Link copied to clipboard
GreaterThan
Link copied to clipboard
GreaterThanOrEqualTo
Link copied to clipboard