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")
}
Content copied to clipboard
Gradle Groovy DSL:
implementation group: 'io.kresult.integration', name: 'kresult-arrow', version: 'VERSION'
Content copied to clipboard
Maven:
<dependency>
<groupId>io.kresult.integration</groupId>
<artifactId>kresult-arrow</artifactId>
<version>VERSION</version>
</dependency>
Content copied to clipboard
Packages
Link copied to clipboard
Provides majorly transformation from and to Arrow types, e.g. Either.