Function13Ops<A, B, C, D, E, F, G, H, I, J, K, L, M, N> extension

on
  • Function13<A, B, C, D, E, F, G, H, I, J, K, L, M, N>

Properties

curried Function13C<A, B, C, D, E, F, G, H, I, J, K, L, M, N>
no setter
tupled Function1<(A, B, C, D, E, F, G, H, I, J, K, L, M), N>
no setter

Methods

andThen<O>(Function1<N, O> fn) Function13<A, B, C, D, E, F, G, H, I, J, K, L, M, O>
compose<O>(Function1<O, (A, B, C, D, E, F, G, H, I, J, K, L, M)> fn) Function1<O, N>