Function17C<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R> typedef

Function17C<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R> = Function1<A, Function16C<B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>>

Implementation

typedef Function17C<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>
    = Function1<A,
        Function16C<B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R>>;