RouteRepr

oxygen.http.core.generic.RouteRepr
See theRouteRepr companion object
final class RouteRepr[Api]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type EnvOut >: Scope
type ErrorOut
type SuccessOut

Value members

Concrete methods

def convertR[E : Type, A : Type](effect: Expr[ZIO[Scope, E, A]])(using evidence$1: Type[E], evidence$2: Type[A], Quotes): Expr[ZIO[EnvOut, E, A]]
def fail(msg: String): Nothing
def failParam(valDef: ValDef, msg: String): Nothing
def methodType: MethodType
def toIndentedString: IndentedString

Concrete fields

val defDef: DefDef
val functionParams: Contiguous[FunctionArg]
val nonPathParams: Contiguous[NonPath]
val pathParams: Contiguous[Path]

Givens

Givens

given apiType: Type[Api]
given envOutType: Type[EnvOut]
given errorOutType: Type[ErrorOut]
given successOutType: Type[SuccessOut]