Packages

object Commutative

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Commutative
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def DeriveCommutative[F[_], A](implicit derive: Derive[F, Commutative], commutative: Commutative[A]): Commutative[F[A]]

    Derives a Commutative[F[A]] given a Derive[F, Commutative] and a Commutative[A].

  2. implicit def EitherCommutative[E, A](implicit arg0: Commutative[E], arg1: Commutative[A]): Commutative[Either[E, A]]

    Derives a Commutative[Either[E, A]] given a Commutative[E] and a Commutative[A].

  3. implicit def MapCommutative[K, V](implicit arg0: Commutative[V]): Commutative[Map[K, V]]

    Derives a Commutative[Map[K, V]] given a Commutative[V].

  4. implicit def OptionCommutative[A](implicit arg0: Commutative[A]): Commutative[Option[A]]

    Derives a Commutative[Option[A]] given a Commutative[A]

  5. implicit def Tuple10Commutative[A, B, C, D, E, F, G, H, I, J](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J]): Commutative[(A, B, C, D, E, F, G, H, I, J)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  6. implicit def Tuple11Commutative[A, B, C, D, E, F, G, H, I, J, K](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K]): Commutative[(A, B, C, D, E, F, G, H, I, J, K)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  7. implicit def Tuple12Commutative[A, B, C, D, E, F, G, H, I, J, K, L](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  8. implicit def Tuple13Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  9. implicit def Tuple14Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  10. implicit def Tuple15Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  11. implicit def Tuple16Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O], arg15: Commutative[P]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  12. implicit def Tuple17Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O], arg15: Commutative[P], arg16: Commutative[Q]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  13. implicit def Tuple18Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O], arg15: Commutative[P], arg16: Commutative[Q], arg17: Commutative[R]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  14. implicit def Tuple19Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O], arg15: Commutative[P], arg16: Commutative[Q], arg17: Commutative[R], arg18: Commutative[S]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  15. implicit def Tuple20Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O], arg15: Commutative[P], arg16: Commutative[Q], arg17: Commutative[R], arg18: Commutative[S], arg19: Commutative[T]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  16. implicit def Tuple21Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O], arg15: Commutative[P], arg16: Commutative[Q], arg17: Commutative[R], arg18: Commutative[S], arg19: Commutative[T], arg20: Commutative[U]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  17. implicit def Tuple22Commutative[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I], arg9: Commutative[J], arg10: Commutative[K], arg11: Commutative[L], arg12: Commutative[M], arg13: Commutative[N], arg14: Commutative[O], arg15: Commutative[P], arg16: Commutative[Q], arg17: Commutative[R], arg18: Commutative[S], arg19: Commutative[T], arg20: Commutative[U], arg21: Commutative[V]): Commutative[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  18. implicit def Tuple2Commutative[A, B](implicit arg0: Commutative[A], arg1: Commutative[B]): Commutative[(A, B)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  19. implicit def Tuple3Commutative[A, B, C](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C]): Commutative[(A, B, C)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  20. implicit def Tuple4Commutative[A, B, C, D](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D]): Commutative[(A, B, C, D)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  21. implicit def Tuple5Commutative[A, B, C, D, E](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E]): Commutative[(A, B, C, D, E)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  22. implicit def Tuple6Commutative[A, B, C, D, E, F](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F]): Commutative[(A, B, C, D, E, F)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  23. implicit def Tuple7Commutative[A, B, C, D, E, F, G](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G]): Commutative[(A, B, C, D, E, F, G)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  24. implicit def Tuple8Commutative[A, B, C, D, E, F, G, H](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H]): Commutative[(A, B, C, D, E, F, G, H)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  25. implicit def Tuple9Commutative[A, B, C, D, E, F, G, H, I](implicit arg0: Commutative[A], arg1: Commutative[B], arg2: Commutative[C], arg3: Commutative[D], arg4: Commutative[E], arg5: Commutative[F], arg6: Commutative[G], arg7: Commutative[H], arg8: Commutative[I]): Commutative[(A, B, C, D, E, F, G, H, I)]

    Derives a Commutative for a product type given a Commutative for each element of the product type.

  26. def apply[A](implicit commutative: Commutative[A]): Commutative[A]

    Summons an implicit Commutative[A].

  27. def make[A](f: (A, A) => A): Commutative[A]

    Constructs a Commutative instance from a commutative binary operator.

  28. def makeFrom[A](associative: Associative[A]): Commutative[A]

    Constructs an Commutative instance from an associative instance.