spray.routing.directives

ParamDefMagnet2

object ParamDefMagnet2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ParamDefMagnet2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ParamDefMagnetAux[A, B] = ParamDefMagnet2[A] { type Out = B }

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object MapReduce extends Poly2

  7. def ParamDefMagnetAux[A, B](f: (A) ⇒ B): ParamDefMagnet2[A] { type Out = B }

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit def forHList[L <: HList](implicit f: LeftFolder[L, Directive0, MapReduce.type]): ParamDefMagnet2[L] { type Out = f.Out }

    ********** HList support *****************

  14. implicit def forNDefR[T](implicit fsod: FromStringOptionDeserializer[T]): ParamDefMagnet2[NameDefaultReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  15. implicit def forNDesDefR[T]: ParamDefMagnet2[NameDeserializerDefaultReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  16. implicit def forNDesR[T]: ParamDefMagnet2[NameDeserializerReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  17. implicit def forNR[T](implicit fsod: FromStringOptionDeserializer[T]): ParamDefMagnet2[NameReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  18. implicit def forRVDR[T]: ParamDefMagnet2[RequiredValueDeserializerReceptacle[T]] { type Out = spray.routing.Directive0 }

  19. implicit def forRVR[T](implicit fsod: FromStringOptionDeserializer[T]): ParamDefMagnet2[RequiredValueReceptacle[T]] { type Out = spray.routing.Directive0 }

  20. implicit def forString(implicit fsod: FromStringOptionDeserializer[String]): ParamDefMagnet2[String] { type Out = spray.routing.Directive1[String] }

  21. implicit def forSymbol(implicit fsod: FromStringOptionDeserializer[String]): ParamDefMagnet2[Symbol] { type Out = spray.routing.Directive1[String] }

  22. implicit def forTuple[T <: Product, L <: HList, Out0](implicit hla: HListerAux[T, L], pdma: ParamDefMagnetAux[L, Out0]): ParamDefMagnet2[T] { type Out = Out0 }

    ********** tuple support *****************

  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped