Uses of Record Class
net.jrodolfo.java_evolution.java26.structured_concurrency.StructuredConcurrencySixthPreviewExamples.CommandResult
Packages that use StructuredConcurrencySixthPreviewExamples.CommandResult
Package
Description
Executable example for the Java 26 structured concurrency sixth preview.
-
Uses of StructuredConcurrencySixthPreviewExamples.CommandResult in net.jrodolfo.java_evolution.java26.structured_concurrency
Methods in net.jrodolfo.java_evolution.java26.structured_concurrency that return StructuredConcurrencySixthPreviewExamples.CommandResultModifier and TypeMethodDescriptionStructuredConcurrencySixthPreviewExamples.StructuredConcurrencyWorkflowResult.compilation()Returns the value of thecompilationrecord component.StructuredConcurrencySixthPreviewExamples.StructuredConcurrencyWorkflowResult.execution()Returns the value of theexecutionrecord component.Constructors in net.jrodolfo.java_evolution.java26.structured_concurrency with parameters of type StructuredConcurrencySixthPreviewExamples.CommandResultModifierConstructorDescriptionStructuredConcurrencyWorkflowResult(Path sourceFile, Path classesDirectory, StructuredConcurrencySixthPreviewExamples.CommandResult compilation, StructuredConcurrencySixthPreviewExamples.CommandResult execution) Creates an instance of aStructuredConcurrencyWorkflowResultrecord class.