jar

com.daftmobile.redukt : redukt-thunk-jvm

Maven & Gradle

Apr 20, 2023
5 stars

redukt-thunk · ReduKt is a Redux pattern adaptation in Kotlin, integrated with coroutines, testable and multiplatform.

Table Of Contents

Latest Version

Download com.daftmobile.redukt : redukt-thunk-jvm JAR file - Latest Versions:

All Versions

Download com.daftmobile.redukt : redukt-thunk-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 redukt-thunk-jvm-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.daftmobile.redukt.thunk

├─ com.daftmobile.redukt.thunk.BaseCoThunk.class - [JAR]

├─ com.daftmobile.redukt.thunk.BaseThunk.class - [JAR]

├─ com.daftmobile.redukt.thunk.CoThunk.class - [JAR]

├─ com.daftmobile.redukt.thunk.Thunk.class - [JAR]

├─ com.daftmobile.redukt.thunk.ThunkKt.class - [JAR]

├─ com.daftmobile.redukt.thunk.ThunkMarker.class - [JAR]

├─ com.daftmobile.redukt.thunk.ThunkMiddlewareKt.class - [JAR]

com.daftmobile.redukt.thunk.utils

├─ com.daftmobile.redukt.thunk.utils.DispatchList.class - [JAR]

├─ com.daftmobile.redukt.thunk.utils.DispatchListKt.class - [JAR]

├─ com.daftmobile.redukt.thunk.utils.DispatchListSupport.class - [JAR]

├─ com.daftmobile.redukt.thunk.utils.JoiningCoroutinesDispatchList.class - [JAR]