Class

jp.t2v.lab.play2.actzip

ZippedAction8

Related Doc: package actzip

Permalink

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

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

Instance Constructors

  1. new ZippedAction8(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])(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]), 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])) ⇒ Result): Action[AnyContent]

    Permalink
  6. def anyAsync(f: ((R1[AnyContent], R2[AnyContent], R3[AnyContent], R4[AnyContent], R5[AnyContent], R6[AnyContent], R7[AnyContent], R8[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])) ⇒ 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]), 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])) ⇒ 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])) ⇒ 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 b2: ActionBuilder[R2, B]

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

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

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

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

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

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

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. 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]), B]

    Permalink
    Definition Classes
    ActionFunction
  24. 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])]

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ZippedAction8 → ActionFunction
  30. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    ZippedAction8 → ActionFunction
  34. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_], R20[_], R21[_], R22[_]](z: ZippedAction14[R9, R10, 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
  45. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_], R20[_], R21[_]](z: ZippedAction13[R9, R10, 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
  46. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_], R20[_]](z: ZippedAction12[R9, R10, 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
  47. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_], R19[_]](z: ZippedAction11[R9, R10, 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
  48. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_], R18[_]](z: ZippedAction10[R9, R10, 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
  49. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_], R16[_], R17[_]](z: ZippedAction9[R9, R10, 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
  50. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_], R16[_]](z: ZippedAction8[R9, R10, 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
  51. def zip[R9[_], R10[_], R11[_], R12[_], R13[_], R14[_], R15[_]](z: ZippedAction7[R9, R10, R11, R12, R13, R14, R15, B]): ZippedAction15[R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, B]

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

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

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

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

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

    Permalink
  57. def zip[R9[_]](b9: ActionBuilder[R9, B]): ZippedAction9[R1, R2, R3, R4, R5, R6, R7, R8, R9, B]

    Permalink

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped