Registry / utility / cats-kernel-2-12

cats-kernel-2-12

JSON →
library2.13.0javamavenunverified

Cats kernel provides the core type classes and data structures for the Cats functional programming library for Scala.

<dependency> <groupId>org.typelevel</groupId> <artifactId>cats-kernel_2.12</artifactId> <version>2.13.0</version> </dependency>
INSTALL
IMPORT
SIG · CATS-KERNEL-2-12
C
cats-kernel-2-12
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.

Semigroup
cats.kernel.Semigroup

Uses the Semigroup type class from Cats kernel.

import cats.kernel.Semigroup; public class Quickstart { public static void main(String[] args) { Semigroup<Integer> semigroup = Semigroup.instance(); System.out.println(semigroup.combine(1, 2)); } }
Debug
Known issues

No known issues recorded.

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-kernel-2-12 — mvn dependency:get cats-kernel-2-12 · libregistry