Skip to content

Methods_T_CodeJam_Fn

andrewvk edited this page Jun 23, 2016 · 3 revisions

Fn Methods

[This is preliminary documentation and is subject to change.]

Methods

 

Name Description
Public methodStatic member Action(Action) Helper for type inference from the lambda callback.
Public methodStatic member Action(T1)(Action(T1)) Helper for type inference from the lambda callback.
Public methodStatic member Action(T1, T2)(Action(T1, T2)) Helper for type inference from the lambda callback.
Public methodStatic member Action(T1, T2, T3)(Action(T1, T2, T3)) Helper for type inference from the lambda callback.
Public methodStatic member Action(T1, T2, T3, T4)(Action(T1, T2, T3, T4)) Helper for type inference from the lambda callback.
Public methodStatic member Action(T1, T2, T3, T4, T5)(Action(T1, T2, T3, T4, T5)) Helper for type inference from the lambda callback.
Public methodStatic member Action(T1, T2, T3, T4, T5, T6)(Action(T1, T2, T3, T4, T5, T6)) Helper for type inference from the lambda callback.
Public methodStatic member Action(T1, T2, T3, T4, T5, T6, T7)(Action(T1, T2, T3, T4, T5, T6, T7)) Helper for type inference from the lambda callback.
Public methodStatic member Func(TResult)(Func(TResult)) Helper for type inference from the lambda callback.
Public methodStatic member Func(T1, TResult)(Func(T1, TResult)) Helper for type inference from the lambda callback.
Public methodStatic member Func(T1, T2, TResult)(Func(T1, T2, TResult)) Helper for type inference from the lambda callback.
Public methodStatic member Func(T1, T2, T3, TResult)(Func(T1, T2, T3, TResult)) Helper for type inference from the lambda callback.
Public methodStatic member Func(T1, T2, T3, T4, TResult)(Func(T1, T2, T3, T4, TResult)) Helper for type inference from the lambda callback.
Public methodStatic member Func(T1, T2, T3, T4, T5, TResult)(Func(T1, T2, T3, T4, T5, TResult)) Helper for type inference from the lambda callback.
Public methodStatic member Func(T1, T2, T3, T4, T5, T6, TResult)(Func(T1, T2, T3, T4, T5, T6, TResult)) Helper for type inference from the lambda callback.
Public methodStatic member Func(T1, T2, T3, T4, T5, T6, T7, TResult)(Func(T1, T2, T3, T4, T5, T6, T7, TResult)) Helper for type inference from the lambda callback.
  Back to Top

See Also

Reference

Fn Class
CodeJam Namespace

Clone this wiki locally