Packages

object Util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class ParametricType1 extends AnyRef
  2. class ParametricType2 extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CPFalse: CPPrimCon
  5. val CPTrue: CPPrimCon
  6. val CPUnit: CPPrimCon
  7. def EBool(b: Boolean): EPrimCon
  8. val EFalse: EPrimCon
  9. val ETrue: EPrimCon
  10. val EUnit: EPrimCon
  11. val TAny: TBuiltin
  12. val TAnyException: TBuiltin
  13. val TBigNumeric: TBuiltin
  14. val TBool: TBuiltin
  15. val TContractId: ParametricType1
  16. val TDate: TBuiltin
  17. val TDecimal: Type
  18. val TDecimalScale: TNat
  19. val TGenMap: ParametricType2
  20. val TInt64: TBuiltin
  21. val TList: ParametricType1
  22. val TNumeric: ParametricType1
  23. val TOptional: ParametricType1
  24. val TParties: Type
  25. val TParty: TBuiltin
  26. val TRoundingMode: TBuiltin
  27. val TScenario: ParametricType1
  28. val TText: TBuiltin
  29. val TTextMap: ParametricType1
  30. val TTimestamp: TBuiltin
  31. val TTypeRep: TBuiltin
  32. val TUnit: TBuiltin
  33. val TUpdate: ParametricType1
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  36. def dependenciesInTopologicalOrder(pkgIds: List[PackageId], packages: PartialFunction[PackageId, Package]): List[PackageId]
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  37. def destructApp(typ: Type, tyArgs: List[Type] = List.empty): (Type, List[Type])
    Annotations
    @tailrec()
  38. def destructETyApp(e: Expr, targs: List[Type] = List.empty): (Expr, List[Type])
    Annotations
    @tailrec()
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  47. def substitute(typ: Type, subst: Iterable[(TypeVarName, Type)]): Type
    Annotations
    @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toSignature(p: Package): PackageSignature
  50. def toSignatures(pkgs: Map[PackageId, Package]): Map[PackageId, PackageSignature]
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. object TFun extends (Type, Type) => Type
  56. object TTVarApp
  57. object TTyConApp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped