cats.CommutativeApplicative
See theCommutativeApplicative companion trait
object CommutativeApplicative
Attributes
- Companion
- trait
- Source
- CommutativeApplicative.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
Attributes
- Source
- CommutativeApplicative.scala
- Supertypes
- Known subtypes
-
trait Ops[F[_], A] extends Serializable
Attributes
- Source
- CommutativeApplicative.scala
- Supertypes
- Known subtypes
trait ToCommutativeApplicativeOps extends Serializable
Attributes
- Source
- CommutativeApplicative.scala
- Supertypes
- Known subtypes
-
object nonInheritedOps
Deprecated classlikes
object nonInheritedOps extends ToCommutativeApplicativeOps
Attributes
- Deprecated
- true
- Source
- CommutativeApplicative.scala
- Supertypes
- Self type
-
nonInheritedOps.type
object ops
Attributes
- Deprecated
- true
- Source
- CommutativeApplicative.scala
- Supertypes
- Self type
-
ops.type
Value members
Concrete methods
Summon an instance of CommutativeApplicative for F
.
def commutativeMonoidFor[F[_] : CommutativeApplicative, A : CommutativeMonoid]: CommutativeMonoid[F[A]]
Attributes
- Source
- CommutativeApplicative.scala
In this article