addPage

fun addPage(message: Message): Book

Add a page to the book.

Return

the current book to allow method chaining

Parameters

message

the entire message for what the page should be


fun addPage(message: String): Book

Overloaded method for adding a simple page to the book.

Return

the current book to allow method chaining

Parameters

message

a simple string to make the page