SplitRender
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
This renderer is efficient. It creates only a single element (instance of Out) that takes Signal[P] as a parameter instead of creating a Signal of elements.
This renderer is efficient. It creates only a single element (instance of Out) that takes Signal[P] as a parameter instead of creating a Signal of elements.
def collectSignalPF[P](pf: PartialFunction[Page, P])(render: Signal[P] => View): SplitRender[Page, View]
Just a convenience method for static pages. page
is expected to be an object
.
Just a convenience method for static pages. page
is expected to be an object
.
Similar to collectStatic
, but evaluates view
only once, when this method is called.
Similar to collectStatic
, but evaluates view
only once, when this method is called.