Uses of Record Class
net.jrodolfo.java_evolution.java26.lazy_constants.LazyConstantsSecondPreviewExamples.CommandResult
Packages that use LazyConstantsSecondPreviewExamples.CommandResult
Package
Description
Executable example for the Java 26 Lazy Constants second preview.
-
Uses of LazyConstantsSecondPreviewExamples.CommandResult in net.jrodolfo.java_evolution.java26.lazy_constants
Methods in net.jrodolfo.java_evolution.java26.lazy_constants that return LazyConstantsSecondPreviewExamples.CommandResultModifier and TypeMethodDescriptionLazyConstantsSecondPreviewExamples.LazyConstantsWorkflowResult.compilation()Returns the value of thecompilationrecord component.LazyConstantsSecondPreviewExamples.LazyConstantsWorkflowResult.execution()Returns the value of theexecutionrecord component.Constructors in net.jrodolfo.java_evolution.java26.lazy_constants with parameters of type LazyConstantsSecondPreviewExamples.CommandResultModifierConstructorDescriptionLazyConstantsWorkflowResult(Path sourceFile, Path classesDirectory, LazyConstantsSecondPreviewExamples.CommandResult compilation, LazyConstantsSecondPreviewExamples.CommandResult execution) Creates an instance of aLazyConstantsWorkflowResultrecord class.