Sequence

org.soundsofscala.models.Sequence
final case class Sequence(head: AtomicMusicalEvent, tail: MusicalEvent) extends MusicalEvent

Attributes

Source
MusicalEvent.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MusicalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def *(repetitions: Int): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala
def +(other: MusicalEvent): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala
def noteCount(): Int

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala
def repeat(repetitions: Int): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala
def |(other: MusicalEvent): MusicalEvent

Attributes

Inherited from:
MusicalEvent
Source
MusicalEvent.scala