BinaryOperator

sealed abstract class BinaryOperator(val toString: String)
class Object
trait Matchable
class Any
object And.type
object Contains.type
object Div.type
object Eq.type
object Equiv.type
object Gt.type
object Gte.type
object Implies.type
object In.type
object Lt.type
object Lte.type
object Minus.type
object Mod.type
object Mult.type
object Neq.type
object Nequiv.type
object Or.type
object Plus.type
object StringConcat.type
object TruncDiv.type
object Union.type
object Xor.type

Value members

Concrete fields

override val toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.