Presentation

declslides.domain.Presentation
See thePresentation companion object
final case class Presentation

Fully validated presentation ready to be rendered.

A Presentation guarantees a non-blank title, at least one slide, and a set of slide titles that is unique after normalization.

Value parameters

slides

validated slides in declaration order

theme

theme used by renderers

title

normalized presentation title

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def slideTitles: Vector[String]

Returns the titles of all slides in declaration order.

Returns the titles of all slides in declaration order.

Attributes

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product