object UnaryOperator extends Enumeration
These are the unary operations that should be supported by Scheme lattices
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnaryOperator
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- val ACos: Value
- val ASin: Value
- val ATan: Value
- val Ceiling: Value
- val Cos: Value
- val ExactToInexact: Value
- val Floor: Value
- val InexactToExact: Value
- val IsBoolean: Value
- val IsChar: Value
- val IsCons: Value
- val IsInteger: Value
- val IsNull: Value
- val IsReal: Value
- val IsString: Value
- val IsSymbol: Value
- val IsVector: Value
- val Log: Value
- val Not: Value
- val NumberToString: Value
- val Random: Value
- val Round: Value
- val Sin: Value
- val Sqrt: Value
- val StringLength: Value
- val StringToSymbol: Value
- val SymbolToString: Value
- val Tan: Value
- val VectorLength: Value
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration