GroupSubject

final case class GroupSubject(name: String)

GroupSubject holds detailed information for group-kind subject.

Source:
GroupSubject.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Source:
GroupSubject.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
GroupSubject.scala

Inherited methods

Inherited from:
Product