jar

com.personthecat : fresult

Maven & Gradle

Mar 26, 2023
13 stars

FResult · A unified type for optional and error-prone procedures in Java.

Table Of Contents

Latest Version

Download com.personthecat : fresult JAR file - Latest Versions:

All Versions

Download com.personthecat : fresult JAR file - All Versions:

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

personthecat.fresult.functions

├─ personthecat.fresult.functions.OptionalResultFunction.class - [JAR]

├─ personthecat.fresult.functions.ResultFunction.class - [JAR]

├─ personthecat.fresult.functions.ThrowingBiConsumer.class - [JAR]

├─ personthecat.fresult.functions.ThrowingBiFunction.class - [JAR]

├─ personthecat.fresult.functions.ThrowingConsumer.class - [JAR]

├─ personthecat.fresult.functions.ThrowingFunction.class - [JAR]

├─ personthecat.fresult.functions.ThrowingOptionalBiFunction.class - [JAR]

├─ personthecat.fresult.functions.ThrowingOptionalFunction.class - [JAR]

├─ personthecat.fresult.functions.ThrowingOptionalSupplier.class - [JAR]

├─ personthecat.fresult.functions.ThrowingRunnable.class - [JAR]

├─ personthecat.fresult.functions.ThrowingSupplier.class - [JAR]

personthecat.fresult

├─ personthecat.fresult.BasicResult.class - [JAR]

├─ personthecat.fresult.OptionalResult.class - [JAR]

├─ personthecat.fresult.PartialOptionalResult.class - [JAR]

├─ personthecat.fresult.PartialResult.class - [JAR]

├─ personthecat.fresult.Protocol.class - [JAR]

├─ personthecat.fresult.Resolver.class - [JAR]

├─ personthecat.fresult.Result.class - [JAR]

├─ personthecat.fresult.Shorthand.class - [JAR]

├─ personthecat.fresult.Void.class - [JAR]

├─ personthecat.fresult.WithResource.class - [JAR]

├─ personthecat.fresult.WithResources.class - [JAR]

personthecat.fresult.exception

├─ personthecat.fresult.exception.MissingProcedureException.class - [JAR]

├─ personthecat.fresult.exception.ResultUnwrapException.class - [JAR]

├─ personthecat.fresult.exception.WrongErrorException.class - [JAR]