Uses of Record Class
net.jrodolfo.java_evolution.java25.stable_values.StableValuesPreviewExamples.CommandResult
Packages that use StableValuesPreviewExamples.CommandResult
Package
Description
Executable learning module for Java 25 Stable Values.
-
Uses of StableValuesPreviewExamples.CommandResult in net.jrodolfo.java_evolution.java25.stable_values
Methods in net.jrodolfo.java_evolution.java25.stable_values that return StableValuesPreviewExamples.CommandResultModifier and TypeMethodDescriptionStableValuesPreviewExamples.StableValuesWorkflowResult.compilation()Returns the value of thecompilationrecord component.StableValuesPreviewExamples.StableValuesWorkflowResult.execution()Returns the value of theexecutionrecord component.Constructors in net.jrodolfo.java_evolution.java25.stable_values with parameters of type StableValuesPreviewExamples.CommandResultModifierConstructorDescriptionStableValuesWorkflowResult(Path sourceFile, Path classesDirectory, StableValuesPreviewExamples.CommandResult compilation, StableValuesPreviewExamples.CommandResult execution) Creates an instance of aStableValuesWorkflowResultrecord class.