jar

net.groboclown : retval

Maven & Gradle

May 10, 2023
0 stars

retval · Combine error messages and return values in a single return object, without using Exceptions.

Table Of Contents

Latest Version

Download net.groboclown : retval JAR file - Latest Versions:

All Versions

Download net.groboclown : retval JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x
2.2.x
2.1.x
2.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 retval-2.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.groboclown.retval.impl

├─ net.groboclown.retval.impl.CollectionUtil.class - [JAR]

├─ net.groboclown.retval.impl.MonitoredFactory.class - [JAR]

├─ net.groboclown.retval.impl.MonitoredRetVoidOk.class - [JAR]

├─ net.groboclown.retval.impl.MonitoredReturnProblem.class - [JAR]

├─ net.groboclown.retval.impl.MonitoredReturnValue.class - [JAR]

├─ net.groboclown.retval.impl.RetGenerator.class - [JAR]

├─ net.groboclown.retval.impl.ReturnTypeFactory.class - [JAR]

├─ net.groboclown.retval.impl.SimpleFactory.class - [JAR]

├─ net.groboclown.retval.impl.SimpleRetVoidOk.class - [JAR]

├─ net.groboclown.retval.impl.SimpleReturnProblem.class - [JAR]

├─ net.groboclown.retval.impl.SimpleReturnValue.class - [JAR]

net.groboclown.retval.monitor

├─ net.groboclown.retval.monitor.DebugObservedMonitor.class - [JAR]

├─ net.groboclown.retval.monitor.LoggingNotCompletedListener.class - [JAR]

├─ net.groboclown.retval.monitor.MockObservedMonitor.class - [JAR]

├─ net.groboclown.retval.monitor.MockProblemMonitor.class - [JAR]

├─ net.groboclown.retval.monitor.NoOpObservedMonitor.class - [JAR]

├─ net.groboclown.retval.monitor.NotCompletedListener.class - [JAR]

├─ net.groboclown.retval.monitor.ObservedMonitor.class - [JAR]

├─ net.groboclown.retval.monitor.ObservedMonitorRegistrar.class - [JAR]

├─ net.groboclown.retval.monitor.StackUtil.class - [JAR]

net.groboclown.retval

├─ net.groboclown.retval.Problem.class - [JAR]

├─ net.groboclown.retval.ProblemCollector.class - [JAR]

├─ net.groboclown.retval.ProblemContainer.class - [JAR]

├─ net.groboclown.retval.Ret.class - [JAR]

├─ net.groboclown.retval.RetNullable.class - [JAR]

├─ net.groboclown.retval.RetVal.class - [JAR]

├─ net.groboclown.retval.RetVoid.class - [JAR]

├─ net.groboclown.retval.SourcedProblem.class - [JAR]

├─ net.groboclown.retval.ValueAccumulator.class - [JAR]

├─ net.groboclown.retval.ValueBuilder.class - [JAR]

├─ net.groboclown.retval.ValuedProblemContainer.class - [JAR]

├─ net.groboclown.retval.WarningVal.class - [JAR]

net.groboclown.retval.function

├─ net.groboclown.retval.function.NonnullBiConsumer.class - [JAR]

├─ net.groboclown.retval.function.NonnullConsumer.class - [JAR]

├─ net.groboclown.retval.function.NonnullFirstBiConsumer.class - [JAR]

├─ net.groboclown.retval.function.NonnullFunction.class - [JAR]

├─ net.groboclown.retval.function.NonnullParamFunction.class - [JAR]

├─ net.groboclown.retval.function.NonnullReturnFunction.class - [JAR]

├─ net.groboclown.retval.function.NonnullSupplier.class - [JAR]

├─ net.groboclown.retval.function.NonnullThrowsFunction.class - [JAR]

net.groboclown.retval.problems

├─ net.groboclown.retval.problems.FileProblem.class - [JAR]

├─ net.groboclown.retval.problems.LocalizedProblem.class - [JAR]

├─ net.groboclown.retval.problems.UnhandledExceptionProblem.class - [JAR]

net.groboclown.retval.env

├─ net.groboclown.retval.env.ObservedMonitorDetection.class - [JAR]

├─ net.groboclown.retval.env.ReturnTypeFactoryDetection.class - [JAR]

├─ net.groboclown.retval.env.SystemEnvUtil.class - [JAR]

Advertisement