Registry / utility / cats-core-native0-4-2-13

cats-core-native0-4-2-13

JSON →
library2.11.0javamavenunverified

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

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-core_native0.4_2.13</artifactId> <version>2.11.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-CORE-NATIVE0-
C
cats-core-native0-4-2-13
utilityjavav2.11.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.

Functor
cats.Functor

Uses the Functor type class to map over a list.

import cats.Functor import cats.implicits._ val listFunctor = Functor[List] val result = listFunctor.map(List(1, 2, 3))(_ + 1) println(result)
Debug
Known issues
breakingThis artifact is for Scala Native 0.4 and Scala 2.13; incompatible with other Scala versions.
fix
Use the appropriate artifact for your Scala version (e.g., cats-core_2.13 for JVM).
affects: >=2.11.0
Upgrade
Version history
2.11.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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