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>

Available on Function13<A, B, C, D, E, F, G, H, I, J, K, L, M, N>, provided by the Function13Ops extension

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

Available on Function13<A, B, C, D, E, F, G, H, I, J, K, L, M, N>, provided by the Function13Ops extension

no setter

Methods

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

Available on Function13<A, B, C, D, E, F, G, H, I, J, K, L, M, N>, provided by the Function13Ops extension

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

Available on Function13<A, B, C, D, E, F, G, H, I, J, K, L, M, N>, provided by the Function13Ops extension