jar

io.github.theangrydev : business-flows

Maven & Gradle

Mar 11, 2017
4 stars

business-flows · A combination of the Try monad and the Either monad, to help tame complex business flows.

Table Of Contents

Latest Version

Download io.github.theangrydev : business-flows JAR file - Latest Versions:

All Versions

Download io.github.theangrydev : business-flows JAR file - All Versions:

Version Vulnerabilities Size Updated
10.3.x
10.2.x
10.1.x
10.0.x
9.1.x
9.0.x
8.3.x
8.2.x
8.1.x
8.0.x
7.6.x
7.5.x
7.4.x
7.3.x
7.2.x
7.1.x
7.0.x
6.2.x
6.1.x
6.0.x
5.1.x
5.0.x
4.0.x
3.1.x
3.0.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.1.x
1.0.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 business-flows-10.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.theangrydev.businessflows

├─ io.github.theangrydev.businessflows.ActionThatMightFail.class - [JAR]

├─ io.github.theangrydev.businessflows.ApiFeature.class - [JAR]

├─ io.github.theangrydev.businessflows.ApiFeatureStability.class - [JAR]

├─ io.github.theangrydev.businessflows.ApiVersionHistory.class - [JAR]

├─ io.github.theangrydev.businessflows.Attempt.class - [JAR]

├─ io.github.theangrydev.businessflows.BusinessCase.class - [JAR]

├─ io.github.theangrydev.businessflows.BusinessFlow.class - [JAR]

├─ io.github.theangrydev.businessflows.FieldValidator.class - [JAR]

├─ io.github.theangrydev.businessflows.HappyCase.class - [JAR]

├─ io.github.theangrydev.businessflows.HappyCaseHappyPath.class - [JAR]

├─ io.github.theangrydev.businessflows.HappyCaseSadPath.class - [JAR]

├─ io.github.theangrydev.businessflows.HappyCaseTechnicalFailure.class - [JAR]

├─ io.github.theangrydev.businessflows.HappyCaseValidationPath.class - [JAR]

├─ io.github.theangrydev.businessflows.HappyPath.class - [JAR]

├─ io.github.theangrydev.businessflows.Mapping.class - [JAR]

├─ io.github.theangrydev.businessflows.Peek.class - [JAR]

├─ io.github.theangrydev.businessflows.PotentialFailure.class - [JAR]

├─ io.github.theangrydev.businessflows.PotentialFailureFailure.class - [JAR]

├─ io.github.theangrydev.businessflows.PotentialFailureSuccess.class - [JAR]

├─ io.github.theangrydev.businessflows.SadCase.class - [JAR]

├─ io.github.theangrydev.businessflows.SadCaseHappyPath.class - [JAR]

├─ io.github.theangrydev.businessflows.SadCaseSadPath.class - [JAR]

├─ io.github.theangrydev.businessflows.SadCaseTechnicalFailure.class - [JAR]

├─ io.github.theangrydev.businessflows.SadCaseValidationPath.class - [JAR]

├─ io.github.theangrydev.businessflows.SadPath.class - [JAR]

├─ io.github.theangrydev.businessflows.TechnicalFailure.class - [JAR]

├─ io.github.theangrydev.businessflows.TechnicalFailureCase.class - [JAR]

├─ io.github.theangrydev.businessflows.TechnicalFailureCaseHappyPath.class - [JAR]

├─ io.github.theangrydev.businessflows.TechnicalFailureCaseSadPath.class - [JAR]

├─ io.github.theangrydev.businessflows.TechnicalFailureCaseTechnicalFailure.class - [JAR]

├─ io.github.theangrydev.businessflows.TechnicalFailureCaseValidationPath.class - [JAR]

├─ io.github.theangrydev.businessflows.ValidationPath.class - [JAR]

├─ io.github.theangrydev.businessflows.Validator.class - [JAR]

├─ io.github.theangrydev.businessflows.WithOptional.class - [JAR]

Advertisement