object Util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ParametricType1 extends AnyRef
- class ParametricType2 extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val CPFalse: CPPrimCon
- val CPTrue: CPPrimCon
- val CPUnit: CPPrimCon
- def EBool(b: Boolean): EPrimCon
- val EFalse: EPrimCon
- val ETrue: EPrimCon
- val EUnit: EPrimCon
- val TAny: TBuiltin
- val TAnyException: TBuiltin
- val TBigNumeric: TBuiltin
- val TBool: TBuiltin
- val TContractId: ParametricType1
- val TDate: TBuiltin
- val TDecimal: Type
- val TDecimalScale: TNat
- val TGenMap: ParametricType2
- val TInt64: TBuiltin
- val TList: ParametricType1
- val TNumeric: ParametricType1
- val TOptional: ParametricType1
- val TParties: Type
- val TParty: TBuiltin
- val TRoundingMode: TBuiltin
- val TScenario: ParametricType1
- val TText: TBuiltin
- val TTextMap: ParametricType1
- val TTimestamp: TBuiltin
- val TTypeRep: TBuiltin
- val TUnit: TBuiltin
- val TUpdate: ParametricType1
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def dependenciesInTopologicalOrder(pkgIds: List[PackageId], packages: PartialFunction[PackageId, Package]): List[PackageId]
- Annotations
- @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
- def destructApp(typ: Type, tyArgs: List[Type] = List.empty): (Type, List[Type])
- Annotations
- @tailrec()
- def destructETyApp(e: Expr, targs: List[Type] = List.empty): (Expr, List[Type])
- Annotations
- @tailrec()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def substitute(typ: Type, subst: Iterable[(TypeVarName, Type)]): Type
- Annotations
- @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSignature(p: Package): PackageSignature
- def toSignatures(pkgs: Map[PackageId, Package]): Map[PackageId, PackageSignature]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object TFun extends (Type, Type) => Type
- object TTVarApp
- object TTyConApp
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated