RendererF

japgolly.scalajs.react.extra.router.RendererF
final case class RendererF[F[_], Page, -Props](render: RouterCtlF[F, Page] => Props => VdomElement)(implicit sync: Sync[F]) extends ActionF[F, Page, Props]

Attributes

Graph
Supertypes
trait ActionF[F, Page, Props]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(ctl: RouterCtlF[F, Page]): Props => VdomElement
override def map[A](g: Page => A): RendererF[F, A, Props]

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
override def withEffect[G[_]](implicit G: Sync[G]): RendererF[G, Page, Props]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Implicits

Implicits

implicit val sync: Sync[F]