SArray

mcp.schema.SchemaType.SArray
final case class SArray[T, S](element: JsonSchema[S]) extends SchemaType[T]

Attributes

Source
SchemaType.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[T]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type ThisType = T

Attributes

Inherited from:
SchemaType
Source
SchemaType.scala

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SchemaType -> Any
Inherited from:
SchemaType
Source
SchemaType.scala