jar

com.ubertob.funky : funky-core

Maven & Gradle

Apr 25, 2020
7 stars

funky · A Lightweigh Functional Library for Kotlin

Table Of Contents

Latest Version

Download com.ubertob.funky : funky-core JAR file - Latest Versions:

All Versions

Download com.ubertob.funky : funky-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.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 funky-core-0.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ubertob.funky.outcome

├─ com.ubertob.funky.outcome.Error.class - [JAR]

├─ com.ubertob.funky.outcome.Failure.class - [JAR]

├─ com.ubertob.funky.outcome.Outcome.class - [JAR]

├─ com.ubertob.funky.outcome.OutcomeKt.class - [JAR]

├─ com.ubertob.funky.outcome.Success.class - [JAR]

├─ com.ubertob.funky.outcome.ThrowableError.class - [JAR]

com.ubertob.funky.hof

├─ com.ubertob.funky.hof.AndThenKt.class - [JAR]

├─ com.ubertob.funky.hof.CurryingKt.class - [JAR]

com.ubertob.funky.nullable

├─ com.ubertob.funky.nullable.NullableFunctionsKt.class - [JAR]