Packages

object ConvertParamDefAndConcatenate extends BinaryPolyFunc

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConvertParamDefAndConcatenate
  2. BinaryPolyFunc
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class CaseBuilder[A, B] extends AnyRef
    Definition Classes
    BinaryPolyFunc

Value Members

  1. def at[A, B]: CaseBuilder[A, B]
    Definition Classes
    BinaryPolyFunc
  2. implicit def from[P, TA, TB](implicit pdef: ParamDef[P] { type Out = org.apache.pekko.http.scaladsl.server.Directive[TB] }, ev: Join[TA, TB]): Case[Directive[TA], P, ConvertParamDefAndConcatenate.type] { type Out = org.apache.pekko.http.scaladsl.server.Directive[ev.Out] }