disjunkt

A right-biased, monadic disjunction for Kotlin multiplatform.

Лицензия

Лицензия

Категории

Категории

Takes Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

io.github.tablestakes
Идентификатор

Идентификатор

disjunkt
Последняя версия

Последняя версия

0.1.1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

disjunkt
A right-biased, monadic disjunction for Kotlin multiplatform.
Ссылка на сайт

Ссылка на сайт

https://github.com/tablestakes/disjunkt
Система контроля версий

Система контроля версий

https://github.com/tablestakes/disjunkt.git

Скачать disjunkt

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.32

Модули Проекта

Данный проект не имеет модулей.

codebeat badge download codecov

Disjunkt

A right-biased, monadic disjunction for Kotlin multiplatform.

Largely drawn from libs like arrow, result4k and Kotlin's own result, but multiplatform, applicable beyond success/failure and accompanied by a handy set of extension functions.

Installation

Kotlin JVM

kotlin {
    sourceSets {
        main {
            dependencies{
                implementation("io.github.tablestakes:disjunkt:0.1.1")
            }
        }
    }
}

Kotlin Multiplatform

Currently built for jvm (11), linux_x64, js platform targets. All code is Kotlin common, so if you want to see support for additional platforms, feel free to raise an issue/pull request.

kotlin {
    sourceSets {
        commonMain {
            dependencies {
                implementation("io.github.tablestakes:disjunkt:0.1.1")
            }
        }
    }
}

Версии библиотеки

Версия
0.1.1