ThemeBuilder

object ThemeBuilder

ThemeBuilder companion that acts as an entry point for its API.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](themeName: String)(implicit evidence$2: Sync[F]): ThemeBuilder[F]

Creates a new, empty theme builder instance for the specified name. The theme name is used in logging or the data returned by the describe method of the parser, renderer and transformer APIs.

Creates a new, empty theme builder instance for the specified name. The theme name is used in logging or the data returned by the describe method of the parser, renderer and transformer APIs.