Subtype

final case class Subtype(from: Path, name: String) extends Path
class Path
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def field(name: String): Path
Inherited from:
Path
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def subtype(name: String): Path
Inherited from:
Path

Inherited fields

override val 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.

Inherited from:
Path