Class

jp.t2v.lab.play2.actzip

ZippedAction10

Related Doc: package actzip

Permalink

class ZippedAction10[R1[_], R2[_], R3[_], R4[_], R5[_], R6[_], R7[_], R8[_], R9[_], R10[_], B] extends ActionBuilder[[A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A]), B]

Linear Supertypes
ActionBuilder[[A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A]), B], ActionFunction[Request, [A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A])], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZippedAction10
  2. ActionBuilder
  3. ActionFunction
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZippedAction10(b1: ActionBuilder[R1, B], b2: ActionBuilder[R2, B], b3: ActionBuilder[R3, B], b4: ActionBuilder[R4, B], b5: ActionBuilder[R5, B], b6: ActionBuilder[R6, B], b7: ActionBuilder[R7, B], b8: ActionBuilder[R8, B], b9: ActionBuilder[R9, B], b10: ActionBuilder[R10, B])(implicit ec: ExecutionContext)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen[Q[_]](other: ActionFunction[[A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A]), Q]): ActionBuilder[Q, B]

    Permalink
    Definition Classes
    ActionBuilder → ActionFunction
  5. def any(f: ((R1[AnyContent], R2[AnyContent], R3[AnyContent], R4[AnyContent], R5[AnyContent], R6[AnyContent], R7[AnyContent], R8[AnyContent], R9[AnyContent], R10[AnyContent])) ⇒ Result): Action[AnyContent]

    Permalink
  6. def anyAsync(f: ((R1[AnyContent], R2[AnyContent], R3[AnyContent], R4[AnyContent], R5[AnyContent], R6[AnyContent], R7[AnyContent], R8[AnyContent], R9[AnyContent], R10[AnyContent])) ⇒ Future[Result]): Action[AnyContent]

    Permalink
  7. final def apply(block: ⇒ Result): Action[AnyContent]

    Permalink
    Definition Classes
    ActionBuilder
  8. final def apply(block: ((R1[B], R2[B], R3[B], R4[B], R5[B], R6[B], R7[B], R8[B], R9[B], R10[B])) ⇒ Result): Action[B]

    Permalink
    Definition Classes
    ActionBuilder
  9. final def apply[A](bodyParser: BodyParser[A]): ActionBuilder[[A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A]), A]

    Permalink
    Definition Classes
    ActionBuilder
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. final def async[A](bodyParser: BodyParser[A])(block: ((R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A])) ⇒ Future[Result]): Action[A]

    Permalink
    Definition Classes
    ActionBuilder
  12. final def async(block: ((R1[B], R2[B], R3[B], R4[B], R5[B], R6[B], R7[B], R8[B], R9[B], R10[B])) ⇒ Future[Result]): Action[B]

    Permalink
    Definition Classes
    ActionBuilder
  13. final def async(block: ⇒ Future[Result]): Action[AnyContent]

    Permalink
    Definition Classes
    ActionBuilder
  14. val b1: ActionBuilder[R1, B]

    Permalink
  15. val b10: ActionBuilder[R10, B]

    Permalink
  16. val b2: ActionBuilder[R2, B]

    Permalink
  17. val b3: ActionBuilder[R3, B]

    Permalink
  18. val b4: ActionBuilder[R4, B]

    Permalink
  19. val b5: ActionBuilder[R5, B]

    Permalink
  20. val b6: ActionBuilder[R6, B]

    Permalink
  21. val b7: ActionBuilder[R7, B]

    Permalink
  22. val b8: ActionBuilder[R8, B]

    Permalink
  23. val b9: ActionBuilder[R9, B]

    Permalink
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def compose[B](other: ActionBuilder[Request, B]): ActionBuilder[[A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A]), B]

    Permalink
    Definition Classes
    ActionFunction
  26. def compose[Q[_]](other: ActionFunction[Q, Request]): ActionFunction[Q, [A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A])]

    Permalink
    Definition Classes
    ActionFunction
  27. def composeAction[A](action: Action[A]): Action[A]

    Permalink
    Attributes
    protected
    Definition Classes
    ActionBuilder
  28. def composeParser[A](bodyParser: BodyParser[A]): BodyParser[A]

    Permalink
    Attributes
    protected
    Definition Classes
    ActionBuilder
  29. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def executionContext: ExecutionContext

    Permalink
    Attributes
    protected
    Definition Classes
    ZippedAction10 → ActionFunction
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def invokeBlock[A](request: Request[A], block: ((R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A])) ⇒ Future[Result]): Future[Result]

    Permalink
    Definition Classes
    ZippedAction10 → ActionFunction
  36. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. def parser: BodyParser[B]

    Permalink
    Definition Classes
    ZippedAction10 → ActionBuilder
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def zip[R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_], R20[_], R21[_], R22[_]](z: ZippedAction12[R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, B]): ZippedAction22[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, B]

    Permalink
  47. def zip[R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_], R20[_], R21[_]](z: ZippedAction11[R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, B]): ZippedAction21[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, B]

    Permalink
  48. def zip[R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_], R20[_]](z: ZippedAction10[R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, B]): ZippedAction20[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, B]

    Permalink
  49. def zip[R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_]](z: ZippedAction9[R11, R12, R13, R14, R15, R16, R17, R18, R19, B]): ZippedAction19[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, B]

    Permalink
  50. def zip[R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_]](z: ZippedAction8[R11, R12, R13, R14, R15, R16, R17, R18, B]): ZippedAction18[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, B]

    Permalink
  51. def zip[R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_]](z: ZippedAction7[R11, R12, R13, R14, R15, R16, R17, B]): ZippedAction17[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, B]

    Permalink
  52. def zip[R11[_], R12[_], R13[_], R14[_], R15[_], R16[_]](z: ZippedAction6[R11, R12, R13, R14, R15, R16, B]): ZippedAction16[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, B]

    Permalink
  53. def zip[R11[_], R12[_], R13[_], R14[_], R15[_]](z: ZippedAction5[R11, R12, R13, R14, R15, B]): ZippedAction15[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, B]

    Permalink
  54. def zip[R11[_], R12[_], R13[_], R14[_]](z: ZippedAction4[R11, R12, R13, R14, B]): ZippedAction14[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, B]

    Permalink
  55. def zip[R11[_], R12[_], R13[_]](z: ZippedAction3[R11, R12, R13, B]): ZippedAction13[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, B]

    Permalink
  56. def zip[R11[_], R12[_]](z: ZippedAction2[R11, R12, B]): ZippedAction12[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, B]

    Permalink
  57. def zip[R11[_]](b11: ActionBuilder[R11, B]): ZippedAction11[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, B]

    Permalink

Inherited from ActionBuilder[[A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A]), B]

Inherited from ActionFunction[Request, [A](R1[A], R2[A], R3[A], R4[A], R5[A], R6[A], R7[A], R8[A], R9[A], R10[A])]

Inherited from AnyRef

Inherited from Any

Ungrouped