Uses of Record Class
net.jrodolfo.java_evolution.java25.structured_concurrency.StructuredConcurrencyFifthPreviewExamples.CommandResult
Packages that use StructuredConcurrencyFifthPreviewExamples.CommandResult
Package
Description
Executable learning module for Java 25 Structured Concurrency.
-
Uses of StructuredConcurrencyFifthPreviewExamples.CommandResult in net.jrodolfo.java_evolution.java25.structured_concurrency
Methods in net.jrodolfo.java_evolution.java25.structured_concurrency that return StructuredConcurrencyFifthPreviewExamples.CommandResultModifier and TypeMethodDescriptionStructuredConcurrencyFifthPreviewExamples.StructuredConcurrencyWorkflowResult.compilation()Returns the value of thecompilationrecord component.StructuredConcurrencyFifthPreviewExamples.StructuredConcurrencyWorkflowResult.execution()Returns the value of theexecutionrecord component.Constructors in net.jrodolfo.java_evolution.java25.structured_concurrency with parameters of type StructuredConcurrencyFifthPreviewExamples.CommandResultModifierConstructorDescriptionStructuredConcurrencyWorkflowResult(Path sourceFile, Path classesDirectory, StructuredConcurrencyFifthPreviewExamples.CommandResult compilation, StructuredConcurrencyFifthPreviewExamples.CommandResult execution) Creates an instance of aStructuredConcurrencyWorkflowResultrecord class.