Giter Site home page Giter Site logo

virtuslab / base-types-kt Goto Github PK

View Code? Open in Web Editor NEW
3.0 7.0 0.0 181 KB

Library with common types for Kotlin supporting domain-driven functional programming

License: Apache License 2.0

Kotlin 99.11% Shell 0.89%
kotlin arrow railway-oriented-programming domain-driven-design functional-programming reactive

base-types-kt's Introduction

base-types-kt

Build Status codecov Release

Set of libraries with some basic types for Kotlin to support domain-driven functional programming.

Incorporated concepts are Railway-Oriented Programming (ROP) and Domain-Driven Design (DDD).

Getting started

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation("com.github.VirtusLab.base-types-kt:rop-reactor:<version>")
    implementation("com.github.VirtusLab.base-types-kt:rop-rx2:<version>")
    implementation("com.github.VirtusLab.base-types-kt:refined-types:<version>")
}

Docs

  • Refined data types

    • RawText
    • NonEmptyText
    • NonEmptySet
    • Digit
    • WholeNumber
    • NaturalNumber
    • NonNegativeRealNumber
    • ...
  • ROP with Project Reactor

    • MonoResult = MonoK<Either<E, V>>
    • FluxResult = FluxK<Either<E, V>>
    • CompletableResult = MonoResult<E, Nothing>
    • ...
  • ROP with RxJava 2

    • SingleResult = SingleK<Result<T, E>>
    • ...

Contribution

Everyone is more than welcome to contribute!

To build, run: ./gradlew clean build

  1. Create a GitHub issue for a feature or a bug fix
  2. Fork project
  3. Raise a Pull Request

References

  1. Refinement types concept: https://en.wikipedia.org/wiki/Refinement_type
  2. Refinement types for Haskell: https://nikita-volkov.github.io/refined/
  3. Railway-oriented programming: https://fsharpforfunandprofit.com/posts/recipe-part2/

base-types-kt's People

Contributors

fatcaterpillar avatar krzykrucz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.