Primitives
Attributes
- Graph
-
- Supertypes
- Self type
-
Primitives.type
Members list
Type members
Classlikes
An arithmetic addition operation
An arithmetic addition operation
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ArithmeticOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
ADD.type
A comparison operation with no default for NaNs
A comparison operation with no default for NaNs
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ComparisonOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
CMP.type
A comparison operation with +1 default for NaNs
A comparison operation with +1 default for NaNs
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ComparisonOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
CMPG.type
A comparison operation with -1 default for NaNs
A comparison operation with -1 default for NaNs
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ComparisonOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
CMPL.type
An arithmetic division operation
An arithmetic division operation
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ArithmeticOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
DIV.type
type: (buf) => STR jvm : It should turn the StringBuffer into a String.
An arithmetic multiplication operation
An arithmetic multiplication operation
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ArithmeticOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
MUL.type
Bitwise negation.
Bitwise negation.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ArithmeticOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
NOT.type
This class represents a primitive operation.
This class represents a primitive operation.
Attributes
- Supertypes
- Known subtypes
-
object EndConcatobject StartConcat
Pretty printer for primitives
An arithmetic remainder operation
An arithmetic remainder operation
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ArithmeticOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
REM.type
An arithmetic subtraction operation
An arithmetic subtraction operation
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ArithmeticOpclass Objecttrait Matchableclass AnyShow all
- Self type
-
SUB.type
Signals the beginning of a series of concatenations. On the JVM platform, it should create a new StringBuffer
Signals the beginning of a series of concatenations. On the JVM platform, it should create a new StringBuffer
Attributes
- Supertypes
- Self type
-
StartConcat.type