either

An Either<L,R> multiplatform serializable datatype

Лицензия

Лицензия

Категории

Категории

JavaScript Языки программирования
Группа

Группа

tz.co.asoft
Идентификатор

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

either-js
Последняя версия

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

0.0.1
Дата

Дата

Тип

Тип

klib
Описание

Описание

either
An Either<L,R> multiplatform serializable datatype
Ссылка на сайт

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

https://github.com/aSoft-Ltd/either
Система контроля версий

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

https://github.com/aSoft-Ltd/either

Скачать either-js

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.4.21
org.jetbrains.kotlinx : kotlinx-serialization-json-js jar 1.0.1
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.21

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

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

Either

badge badge badge badge badge

A multiplatform Either Datatype

Samples

val thing1: Either<Int, String> = Either.Left(1)
val thing2: Either<Int, String> = Either.Right("jaribio")
val thing3 = 3.asEither<Int, String>()

Setup

dependencies {
    implementation("tz.co.asoft:either:0.0.1")
}
tz.co.asoft

asoft

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

Версия
0.0.1