StubbedType
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Helper method for creating the sum of two type-like's fields, while preferring this types' fields on collisions.
Helper method for creating the sum of two type-like's fields, while preferring this types' fields on collisions.
Value parameters
- o
-
the other type-like.
Attributes
- Returns
-
the combination of the two type-like's fields.
- Inherited from:
- TypeLike
Helper method for creating the sum of two type-like's methods, while preferring this types' methods on collisions.
Helper method for creating the sum of two type-like's methods, while preferring this types' methods on collisions.
Value parameters
- o
-
the other type-like.
Attributes
- Returns
-
the combination of the two type-like's methods.
- Inherited from:
- TypeLike
Inherited and Abstract methods
Adds the contents of the two types and produces a new type.
Adds the contents of the two types and produces a new type.
Value parameters
- o
-
the other type-like.
Attributes
- Returns
-
a type-like that is the combination of the two, with precedence to colliding contents to this type (LHS).
- Inherited from:
- TypeLike
Attributes
- Returns
-
the fields/properties declared directly under the type declaration.
- Inherited from:
- TypeLike
Attributes
- Returns
-
the methods declared directly under the type declaration.
- Inherited from:
- TypeLike