Routable

object Routable
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Dynamic[F[_], A, B](segment: Segment[F, A, B], routes: ContextRoutes[B, F]) extends Routable[F, A]
final case class Static[F[_], A](tupled: (String, ContextRoutes[A, F])) extends Routable[F, A]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Implicits

implicit def tuple[F[_], A](tupled: (String, ContextRoutes[A, F])): Routable[F, A]