ForRouteB

trait ForRouteB[A]
class Object
trait Matchable
class Any
class RouteB[A]

Value members

Concrete methods

inline def caseClass[B <: Product](using m: ProductOf[B]): RouteB[B]

Maps the captures values of the route to a case class.

Maps the captures values of the route to a case class.

inline def caseClassDebug[B <: Product](using m: ProductOf[B]): RouteB[B]

Same as caseClass except the code generated by the macro is printed to stdout.

Same as caseClass except the code generated by the macro is printed to stdout.