kresult-arrow

The integration integration module provides functionality to integrate with the famous FP library for Kotlin, which was an inspiration for this project as well.

Usage

Gradle Kotlin DSL:

dependencies {
implementation("io.kresult.integration:kresult-arrow:VERSION")
}

Gradle Groovy DSL:

implementation group: 'io.kresult.integration', name: 'kresult-arrow', version: 'VERSION'

Maven:

<dependency>
<groupId>io.kresult.integration</groupId>
<artifactId>kresult-arrow</artifactId>
<version>VERSION</version>
</dependency>

Packages

Link copied to clipboard
common

Provides majorly transformation from and to Arrow types, e.g. Either.