jar

com.github.imrafaelmerino : java-fun

Maven & Gradle

Dec 13, 2022
3 stars

java8-fun · Some patterns and idioms from Functional Programming implemented in Java

Table Of Contents

Latest Version

Download com.github.imrafaelmerino : java-fun JAR file - Latest Versions:

All Versions

Download com.github.imrafaelmerino : java-fun JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.9
0.5
0.4
0.3
0.2
0.1

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

fun.optic

├─ fun.optic.Lens.class - [JAR]

├─ fun.optic.Option.class - [JAR]

├─ fun.optic.Prism.class - [JAR]

fun.gen

├─ fun.gen.BigDecGen.class - [JAR]

├─ fun.gen.BigIntGen.class - [JAR]

├─ fun.gen.BoolGen.class - [JAR]

├─ fun.gen.BytesGen.class - [JAR]

├─ fun.gen.CharGen.class - [JAR]

├─ fun.gen.Combinators.class - [JAR]

├─ fun.gen.DoubleGen.class - [JAR]

├─ fun.gen.Gen.class - [JAR]

├─ fun.gen.InstantGen.class - [JAR]

├─ fun.gen.IntGen.class - [JAR]

├─ fun.gen.ListGen.class - [JAR]

├─ fun.gen.LongGen.class - [JAR]

├─ fun.gen.MapGen.class - [JAR]

├─ fun.gen.PairGen.class - [JAR]

├─ fun.gen.Record.class - [JAR]

├─ fun.gen.RecordGen.class - [JAR]

├─ fun.gen.RecordTypeNotExpected.class - [JAR]

├─ fun.gen.SetGen.class - [JAR]

├─ fun.gen.SplitGen.class - [JAR]

├─ fun.gen.StrGen.class - [JAR]

├─ fun.gen.TripleGen.class - [JAR]

fun.tuple

├─ fun.tuple.Pair.class - [JAR]

├─ fun.tuple.Triple.class - [JAR]