Func6<T1, T2, T3, T4, T5, T6, R> typedef

Func6<T1, T2, T3, T4, T5, T6, R> = R Function(T1, T2, T3, T4, T5, T6)

Represents a function with six arguments: (T1, T2, T3, T4, T5, T6) -> R.

Implementation

typedef Func6<T1, T2, T3, T4, T5, T6, R> = R Function(T1, T2, T3, T4, T5, T6);