Object/Trait

zio.prelude

Commutative

Related Docs: trait Commutative | package prelude

Permalink

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. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def DeriveCommutative[F[_], A](implicit derive: Derive[F, Commutative], commutative: Commutative[A]): Commutative[F[A]]

    Permalink

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

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

    Permalink

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

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

    Permalink

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

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

    Permalink

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

  8. 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)]

    Permalink

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

  9. 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)]

    Permalink

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

  10. 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)]

    Permalink

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

  11. 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)]

    Permalink

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

  12. 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)]

    Permalink

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

  13. 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)]

    Permalink

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

  14. 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)]

    Permalink

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

  15. 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)]

    Permalink

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

  16. 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)]

    Permalink

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

  17. 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)]

    Permalink

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

  18. 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)]

    Permalink

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

  19. 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)]

    Permalink

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

  20. 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)]

    Permalink

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

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

    Permalink

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

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

    Permalink

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

  23. 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)]

    Permalink

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

  24. 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)]

    Permalink

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

  25. 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)]

    Permalink

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

  26. 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)]

    Permalink

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

  27. 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)]

    Permalink

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

  28. 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)]

    Permalink

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

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

    Permalink

    Summons an implicit Commutative[A].

  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def make[A](f: (A, A) ⇒ A): Commutative[A]

    Permalink

    Constructs a Commutative instance from a commutative binary operator.

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

    Permalink

    Constructs an Commutative instance from an associative instance.

  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped