Packages

object UnaryOperator extends Enumeration

These are the unary operations that should be supported by Scheme lattices

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnaryOperator
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  2. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. val ACos: Value
  2. val ASin: Value
  3. val ATan: Value
  4. val Ceiling: Value
  5. val Cos: Value
  6. val ExactToInexact: Value
  7. val Floor: Value
  8. val InexactToExact: Value
  9. val IsBoolean: Value
  10. val IsChar: Value
  11. val IsCons: Value
  12. val IsInteger: Value
  13. val IsNull: Value
  14. val IsReal: Value
  15. val IsString: Value
  16. val IsSymbol: Value
  17. val IsVector: Value
  18. val Log: Value
  19. val Not: Value
  20. val NumberToString: Value
  21. val Random: Value
  22. val Round: Value
  23. val Sin: Value
  24. val Sqrt: Value
  25. val StringLength: Value
  26. val StringToSymbol: Value
  27. val SymbolToString: Value
  28. val Tan: Value
  29. val VectorLength: Value
  30. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  31. final def maxId: Int
    Definition Classes
    Enumeration
  32. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  33. def values: ValueSet
    Definition Classes
    Enumeration
  34. final def withName(s: String): Value
    Definition Classes
    Enumeration