object Music
This companion object of class Music
provides additional options for creating Music
objects.
- Companion:
- class
Type members
Inherited types
Value members
Concrete methods
Constructs a music object from the given string, which must follow the format specified in
the package overview. An IllegalArgumentException
is thrown if it doesn’t.
(This is equivalent to parsing the string with parse
.)
Constructs a music object from the given string, which must follow the format specified in
the package overview. An IllegalArgumentException
is thrown if it doesn’t.
(This is equivalent to parsing the string with parse
.)