Registry / utility / cats-core-sjs1-2-13

cats-core-sjs1-2-13

JSON →
library2.13.0javamavenunverified

Core functional programming abstractions for Scala, including type classes like Functor, Monad, and Semigroup.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-core_sjs1_2.13</artifactId> <version>2.13.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-CORE-SJS1-2-1
C
cats-core-sjs1-2-13
utilityjavav2.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

implicits
cats.implicits._

Uses Cats type classes to fold over a list with a monoid.

import cats.implicits._ val result = List(1, 2, 3).foldMap(_.toString)
Debug
Known issues
breakingCats 2.x has breaking changes from 1.x, especially around implicit resolution.
fix
Use cats 2.x migration guide to update imports and type class instances.
affects: >=2.0.0
Upgrade
Version history
2.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cats-core-sjs1-2-13 — mvn dependency:get cats-core-sjs1-2-13 · libregistry