Packages

object Associative extends AssociativeLowPriority

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val BigDecimalMaxCommutativeIdempotent: Commutative[Max[BigDecimal]] with Idempotent[Max[BigDecimal]]

    The Commutative, Idempotent instance for the max of BigDecimal values

  5. implicit val BigDecimalMinCommutativeIdempotent: Commutative[Min[BigDecimal]] with Idempotent[Min[BigDecimal]]

    The Commutative, Idempotent instance for the min of BigDecimal values

  6. implicit val BigDecimalProdCommutativeIdempotent: Commutative[Prod[BigDecimal]] with Idempotent[Prod[BigDecimal]]

    The Commutative, Idempotent instance for the product of BigDecimal values

  7. implicit val BigDecimalSumCommutativeIdempotent: Commutative[Sum[BigDecimal]] with Idempotent[Sum[BigDecimal]]

    The Commutative, Idempotent instance for the sum of BigDecimal values

  8. implicit val BigIntMaxCommutativeIdempotentIdentity: Commutative[Max[BigInt]] with Idempotent[Max[BigInt]]

    The Commutative and Idempotent instance for the max of BigInt values.

  9. implicit val BigIntMinCommutativeIdempotentIdentity: Commutative[Min[BigInt]] with Idempotent[Min[BigInt]]

    The Commutative and Idempotent instance for the min of BigInt values.

  10. implicit val BigIntProdCommutativeIdentity: Commutative[Prod[BigInt]] with Identity[Prod[BigInt]]

    The Commutative and Identity instance for the product of BigInt values.

  11. implicit val BigIntSumCommutativeInverse: Commutative[Sum[BigInt]] with Inverse[Sum[BigInt]]

    The Commutative and Inverse instance for the sum of BigInt values.

  12. implicit val BooleanAndFCommutativeIdempotentInverse: Commutative[AndF[Boolean]] with Idempotent[AndF[Boolean]] with Inverse[AndF[Boolean]]

    The Commutative, Idempotent and Inverse instance for the AndF of Boolean values.

  13. implicit val BooleanConjunctionIdempotentInverse: Commutative[And] with Idempotent[And] with Inverse[And]

    The Commutative, Idempotent and Inverse instance for the conjunction of Boolean values.

  14. implicit val BooleanDisjunctionIdempotentInverse: Commutative[Or] with Idempotent[Or] with Inverse[Or]

    The Commutative, Idempotent and Inverse instance for the disjunction of Boolean values.

  15. implicit val BooleanMaxIdempotentIdentity: Commutative[Max[Boolean]] with Idempotent[Max[Boolean]]

    The Commutative, Idempotent and Identity instance for the max of Boolean values.

  16. implicit val BooleanMinIdempotentIdentity: Commutative[Min[Boolean]] with Idempotent[Min[Boolean]]

    The Commutative, Idempotent and Identity instance for the min of Boolean values.

  17. implicit val BooleanOrFCommutativeIdempotentInverse: Commutative[OrF[Boolean]] with Idempotent[OrF[Boolean]] with Inverse[OrF[Boolean]]

    The Commutative, Idempotent and Inverse instance for the OrF of Boolean values.

  18. implicit val BooleanProdCommutativeIdentity: Commutative[Prod[Boolean]] with Idempotent[Prod[Boolean]] with Inverse[Prod[Boolean]]

    The Commutative, Idempotent and Inverse instance for the product of Boolean values.

  19. implicit val BooleanSumCommutativeInverse: Commutative[Sum[Boolean]] with Idempotent[Sum[Boolean]] with Inverse[Sum[Boolean]]

    The Commutative, Idempotent and Inverse instance for the sum of Boolean values.

  20. implicit val ByteMaxIdempotentIdentity: Commutative[Max[Byte]] with Idempotent[Max[Byte]]

    The Commutative, Idempotent and Identity instance for the max of Byte values.

  21. implicit val ByteMinIdempotentIdentity: Commutative[Min[Byte]] with Idempotent[Min[Byte]]

    The Commutative, Idempotent and Identity instance for the min of Byte values.

  22. implicit val ByteProdCommutativeIdentity: Commutative[Prod[Byte]] with Identity[Prod[Byte]]

    The Commutative and Identity instance for the product of Byte values.

  23. implicit val ByteSumCommutativeInverse: Commutative[Sum[Byte]] with Inverse[Sum[Byte]]

    The Commutative and Inverse instance for the sum of Byte values.

  24. implicit def CauseCommutativeIdentity[A]: Commutative[Both[Cause[A]]] with Identity[Both[Cause[A]]]

    The Commutative and Identity instance for Cause.

  25. implicit def CauseIdentity[A]: Identity[AndThen[Cause[A]]]

    The Identity instance for Cause.

  26. implicit val CharMaxIdempotentIdentity: Commutative[Max[Char]] with Idempotent[Max[Char]]

    The Commutative, Idempotent and Identity instance for the max of Char values.

  27. implicit val CharMinIdempotentIdentity: Commutative[Min[Char]] with Idempotent[Min[Char]]

    The Commutative, Idempotent and Identity instance for the min of Char values.

  28. implicit val CharProdCommutativeIdentity: Commutative[Prod[Char]] with Identity[Prod[Char]]

    The Commutative and Identity instance for the product of Char values.

  29. implicit val CharSumCommutativeInverse: Commutative[Sum[Char]] with Inverse[Sum[Char]]

    The Commutative and Inverse instance for the sum of Char values.

  30. implicit def ChunkIdentity[A]: Identity[Chunk[A]]

    The Identity instance for the concatenation of Chunk[A] values.

  31. implicit def DeriveAssociative[F[_], A](implicit derive: Derive[F, Associative], associative: Associative[A]): Associative[F[A]]

    Derives an Associative[F[A]] given a Derive[F, Associative] and an Associative[A].

  32. implicit val DoubleMaxCommutativeIdempotentIdentity: Commutative[Max[Double]] with Idempotent[Max[Double]]

    The Commutative, Idempotent and Identity instance for the max of Double values.

  33. implicit val DoubleMinCommutativeIdempotentIdentity: Commutative[Min[Double]] with Idempotent[Min[Double]]

    The Commutative, Idempotent and Identity instance for the min of Double values.

  34. implicit val DoubleProdCommutativeIdentity: Commutative[Prod[Double]] with Identity[Prod[Double]]

    The Commutative and Identity instance for the product of Double values.

  35. implicit val DoubleSumCommutativeInverse: Commutative[Sum[Double]] with Inverse[Sum[Double]]

    The Commutative and Inverse instance for the sum of Double values.

  36. implicit val DurationZIOCommutativeIdentity: Commutative[Duration] with Identity[Duration]

    The Commutative and Identity instance for ZIO Duration values.

  37. implicit def EitherAssociative[E, A](implicit arg0: Associative[A]): Associative[Either[E, A]]

    Derives an Associative[Either[E, A]] given an Associative[A].

  38. implicit def FirstAssociative[A]: Associative[First[A]]

    The Associative instance for the first of A values.

  39. implicit val FloatMaxCommutativeIdempotentIdentity: Commutative[Max[Float]] with Idempotent[Max[Float]]

    The Commutative, Idempotent and Identity instance for the max of Float values.

  40. implicit val FloatMinCommutativeIdempotentIdentity: Commutative[Min[Float]] with Idempotent[Min[Float]]

    The Commutative, Idempotent and Identity instance for the min of Float values.

  41. implicit val FloatProdCommutativeIdentity: Commutative[Prod[Float]] with Identity[Prod[Float]]

    The Commutative and Identity instance for the product of Float values.

  42. implicit val FloatSumCommutativeInverse: Commutative[Sum[Float]] with Inverse[Sum[Float]]

    The Commutative and Inverse instance for the sum of Float values.

  43. implicit def Function1Identity[A]: Identity[(A) => A]
  44. implicit val IntMaxIdempotentIdentity: Commutative[Max[Int]] with Idempotent[Max[Int]]

    The Commutative, Idempotent and Identity instance for the max of Int values.

  45. implicit val IntMinIdempotentIdentity: Commutative[Min[Int]] with Idempotent[Min[Int]]

    The Commutative, Idempotent and Identity instance for the min of Int values.

  46. implicit val IntProdCommutativeIdentity: Commutative[Prod[Int]] with Identity[Prod[Int]]

    The Commutative and Identity instance for the product of Int values.

    The Commutative and Identity instance for the product of Int values.

    Definition Classes
    AssociativeLowPriority
  47. implicit val IntSumCommutativeInverse: Commutative[Sum[Int]] with Inverse[Sum[Int]]

    The Commutative and Inverse instance for the sum of Int values.

    The Commutative and Inverse instance for the sum of Int values.

    Definition Classes
    AssociativeLowPriority
  48. implicit def LastAssociative[A]: Associative[Last[A]]

    The Associative instance for the last of A values.

  49. implicit def ListIdentity[A]: Identity[List[A]]

    The Identity instance for the concatenation of List[A] values.

  50. implicit val LongMaxIdempotentIdentity: Commutative[Max[Long]] with Idempotent[Max[Long]]

    The Commutative, Idempotent and Identity instance for the max of Long values.

  51. implicit val LongMinIdempotentIdentity: Commutative[Min[Long]] with Idempotent[Min[Long]]

    The Commutative, Idempotent and Identity instance for the min of Long values.

  52. implicit val LongProdCommutativeIdentity: Commutative[Prod[Long]] with Identity[Prod[Long]]

    The Commutative and Identity instance for the product of Long values.

  53. implicit val LongSumCommutativeInverse: Commutative[Sum[Long]] with Inverse[Sum[Long]]

    The Commutative and Inverse instance for the sum of Long values.

  54. implicit def MapIdentity[K, V](implicit arg0: Associative[V]): Identity[Map[K, V]]

    Derives an Identity[Map[K, V]] given an Associative[V].

  55. implicit def MaxCommutative[A](implicit arg0: Ord[A]): Commutative[Max[A]]

    The Commutative instance for the maximum of A values for which an Ord is defined.

  56. implicit def MinCommutative[A](implicit arg0: Ord[A]): Commutative[Min[A]]

    The Commutative instance for the minimum of A values for which an Ord is defined.

  57. implicit val NaturalProdCommutativeIdentity: Commutative[Prod[Natural]] with Identity[Prod[Natural]]

    The Commutative and Identity instance for the product of Natural values.

  58. implicit val NaturalSumCommutativeInverse: Commutative[Sum[Natural]] with Inverse[Sum[Natural]]

    The Commutative and Inverse instance for the sum of Narutal values.

  59. implicit def NonEmptyChunkAssociative[A]: Associative[NonEmptyChunk[A]]

    The Associative instance for the concatenation of NonEmptyChunk[A] values.

  60. implicit def OptionIdentity[A](implicit arg0: Associative[A]): Identity[Option[A]]

    Derives an Identity[Option[A]] given an Associative[A].

  61. implicit def SetAndFCommutativeIdempotent[A]: Commutative[AndF[Set[A]]] with Idempotent[AndF[Set[A]]]

    The Commutative and Idempotent instance for the intersection of Set[A] values.

  62. implicit def SetOrFCommutativeIdempotentInverse[A]: Commutative[OrF[Set[A]]] with Idempotent[OrF[Set[A]]] with Inverse[OrF[Set[A]]]

    The Commutative, Idempotent and Inverse instance for the union of Set[A] values.

  63. implicit val ShortMaxIdempotentIdentity: Commutative[Max[Short]] with Idempotent[Max[Short]]

    The Commutative, Idempotent and Identity instance for the max of Short values.

  64. implicit val ShortMinIdempotentIdentity: Commutative[Min[Short]] with Idempotent[Min[Short]]

    The Commutative, Idempotent and Identity instance for the min of Short values.

  65. implicit val ShortProdCommutativeIdentity: Commutative[Prod[Short]] with Identity[Prod[Short]]

    The Commutative and Identity instance for the product of Short values.

  66. implicit val ShortSumCommutativeIdentity: Commutative[Sum[Short]] with Inverse[Sum[Short]]

    The Commutative and Identity instance for the sum of Short values.

  67. implicit val StringIdentity: Identity[String]

    The Identity instance for the concatenation of String values.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

  81. implicit def Tuple2Associative[A, B](implicit arg0: Associative[A], arg1: Associative[B]): Associative[(A, B)]

    Derives an Associative for a product type given an Associative for each element of the product type.

  82. implicit def Tuple3Associative[A, B, C](implicit arg0: Associative[A], arg1: Associative[B], arg2: Associative[C]): Associative[(A, B, C)]

    Derives an Associative for a product type given an Associative for each element of the product type.

  83. implicit def Tuple4Associative[A, B, C, D](implicit arg0: Associative[A], arg1: Associative[B], arg2: Associative[C], arg3: Associative[D]): Associative[(A, B, C, D)]

    Derives an Associative for a product type given an Associative for each element of the product type.

  84. implicit def Tuple5Associative[A, B, C, D, E](implicit arg0: Associative[A], arg1: Associative[B], arg2: Associative[C], arg3: Associative[D], arg4: Associative[E]): Associative[(A, B, C, D, E)]

    Derives an Associative for a product type given an Associative for each element of the product type.

  85. implicit def Tuple6Associative[A, B, C, D, E, F](implicit arg0: Associative[A], arg1: Associative[B], arg2: Associative[C], arg3: Associative[D], arg4: Associative[E], arg5: Associative[F]): Associative[(A, B, C, D, E, F)]

    Derives an Associative for a product type given an Associative for each element of the product type.

  86. implicit def Tuple7Associative[A, B, C, D, E, F, G](implicit arg0: Associative[A], arg1: Associative[B], arg2: Associative[C], arg3: Associative[D], arg4: Associative[E], arg5: Associative[F], arg6: Associative[G]): Associative[(A, B, C, D, E, F, G)]

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

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

    Derives an Associative for a product type given an Associative for each element of the product type.

  89. implicit def VectorIdentity[A]: Identity[Vector[A]]

    The Identity instance for the concatenation of Vector[A] values.

  90. def apply[A](implicit associative: Associative[A]): Associative[A]

    Summons an implicit Associative[A].

  91. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  92. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  93. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  94. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  95. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  96. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  97. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  98. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  99. def make[A](f: (A, A) => A): Associative[A]

    Constructs an Associative instance from an associative binary operator.

  100. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  101. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  102. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  103. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  104. def toString(): String
    Definition Classes
    AnyRef → Any
  105. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  106. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  107. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AssociativeLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped