optional

Optional<T> and Result<T, E> types for Kotlin

Лицензия

Лицензия

Группа

Группа

org.llvm4j
Идентификатор

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

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

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

0.1.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

optional
Optional<T> and Result<T, E> types for Kotlin
Ссылка на сайт

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

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

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

https://github.com/llvm4j/optional

Скачать optional

Зависимости

runtime (1)

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

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

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

Optional

Implementation of Option<T> and Result<T, E> for Kotlin.

This package provides a basic and quick implementation of the Result and Option types for Kotlin. We may use these types to ensure we have no nullables when we're calling Kotlin code from Java or Scala or to perform exception-free error handling.

Optional is available through Maven Central.

dependencies {
    implementation("org.llvm4j:optional:0.1.0")
}

Snapshot builds are available in Sonatype's snapshot repositories:

repositories {
    maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
    implementation("org.llvm4j:optional:0.1.1-SNAPSHOT")
}

Note: this package is mostly used internally within llvm4j's projects and shared across multiple projects.

License

Licensed under the Apache 2.0 License with LLVM exceptions

org.llvm4j

LLVM for Java

Building a bridge between the LLVM/Clang ecosystem and the Java platform

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

Версия
0.1.0