SetRef

case class SetRef(innerType: TypeRef) extends TypeRef

Reference to an type of Set (e.g. Set<string>).

Value parameters:
innerType

the element type (e.g. string for Set<string>)

trait Serializable
trait Product
trait Equals
trait TypeRef
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

Inherited from:
Product

Concrete fields

lazy val name: String

The type name

The type name