addPage

@Contract(value = "_ -> this", mutates = "this")
abstract fun addPage(page: Component): B

Adds the given page to the list of pages the book has.

Return

this builder

Parameters

page

the page to add