- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
Overload_CodeJam_Expressions_Expr_Action
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        3 revisions
      
    
| Name | Description | |
|---|---|---|
|    | Action(T1)(Expression(Action(T1))) | Helper for type inference from the lambda expression. | 
|    | Action(T1, T2)(Expression(Action(T1, T2))) | Helper for type inference from the lambda expression. | 
|    | Action(T1, T2, T3)(Expression(Action(T1, T2, T3))) | Helper for type inference from the lambda expression. | 
|    | Action(T1, T2, T3, T4)(Expression(Action(T1, T2, T3, T4))) | Helper for type inference from the lambda expression. | 
|    | Action(T1, T2, T3, T4, T5)(Expression(Action(T1, T2, T3, T4, T5))) | Helper for type inference from the lambda expression. | 
|    | Action(T1, T2, T3, T4, T5, T6)(Expression(Action(T1, T2, T3, T4, T5, T6))) | Helper for type inference from the lambda expression. | 
|    | Action(T1, T2, T3, T4, T5, T6, T7)(Expression(Action(T1, T2, T3, T4, T5, T6, T7))) | Helper for type inference from the lambda expression. | 
|    | Action(Expression(Action)) | Helper for type inference from the lambda expression. |