Skip to content

Codec21KVOps<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>

extensionCodec21KVOps<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U>onRecord

Provides a product operation on a 21-tuple of KeyValueCodecs.

Methods

product() extension

Codec<V>product<V>(VFunction(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,)apply,RecordFunction(V)tupled,);

Available on Record, provided by the Codec21KVOps<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U> extension

Implementation
dart
Codec<V> product<V>(
  Function21<A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V> apply,
  Function1<V, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)> tupled,
) => Codec.product21(
  $1,
  $2,
  $3,
  $4,
  $5,
  $6,
  $7,
  $8,
  $9,
  $10,
  $11,
  $12,
  $13,
  $14,
  $15,
  $16,
  $17,
  $18,
  $19,
  $20,
  $21,
  apply,
  tupled,
);