jar

com.github.kittinunf.cored : cored-jvm

Maven & Gradle

Feb 22, 2022
34 stars

CoRed · Opinionated Redux-like implementation backed by Kotlin Coroutines

Table Of Contents

Latest Version

Download com.github.kittinunf.cored : cored-jvm JAR file - Latest Versions:

All Versions

Download com.github.kittinunf.cored : cored-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cored-jvm-0.7.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.kittinunf.cored

├─ com.github.kittinunf.cored.CompositeReducer.class - [JAR]

├─ com.github.kittinunf.cored.Middleware.class - [JAR]

├─ com.github.kittinunf.cored.MiddlewareKt.class - [JAR]

├─ com.github.kittinunf.cored.NoopReducer.class - [JAR]

├─ com.github.kittinunf.cored.Order.class - [JAR]

├─ com.github.kittinunf.cored.Reducer.class - [JAR]

├─ com.github.kittinunf.cored.ReducerKt.class - [JAR]

├─ com.github.kittinunf.cored.SetStateAction.class - [JAR]

├─ com.github.kittinunf.cored.SetStateReducer.class - [JAR]

com.github.kittinunf.cored.engine

├─ com.github.kittinunf.cored.engine.Engine.class - [JAR]

├─ com.github.kittinunf.cored.engine.HashEngine.class - [JAR]

├─ com.github.kittinunf.cored.engine.IteratorEngine.class - [JAR]

com.github.kittinunf.cored.store

├─ com.github.kittinunf.cored.store.ReduxStore.class - [JAR]

├─ com.github.kittinunf.cored.store.Store.class - [JAR]

├─ com.github.kittinunf.cored.store.StoreFactoryKt.class - [JAR]

Advertisement