case class ArrayRef(innerType: TypeRef) extends TypeRef with Product with Serializable
Reference to an type of Array
(e.g. Array<string>
).
- innerType
the element type (e.g.
string
forArray<string>
)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArrayRef
- Serializable
- Serializable
- Product
- Equals
- TypeRef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All