All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.uniform.common-web_2.13.5.0.0-RC6.source-code.PageOut.scala Maven / Gradle / Ivy

The newest version!
package ltbs.uniform
package common.web

/** The combined output of web execution */
final case class PageOut[Html, +A](
  breadcrumbs: Breadcrumbs,
  db: DB,
  output: AskResult[Html,A],
  pathPrefix: List[String],
  config: JourneyConfig
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy