Uses of Class
net.bmahe.genetics4j.gpu.spec.ImmutableProgram
Packages that use ImmutableProgram
-
Uses of ImmutableProgram in net.bmahe.genetics4j.gpu.spec
Methods in net.bmahe.genetics4j.gpu.spec that return ImmutableProgramModifier and TypeMethodDescriptionprivate static ImmutableProgramImmutableProgram.validate(ImmutableProgram instance) final ImmutableProgramImmutableProgram.withBuildOptions(String value) Copy the current immutable object by setting a present value for the optionalbuildOptionsattribute.final ImmutableProgramImmutableProgram.withBuildOptions(Optional<String> optional) Copy the current immutable object by setting an optional value for thebuildOptionsattribute.final ImmutableProgramImmutableProgram.withContent(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofcontent.final ImmutableProgramImmutableProgram.withContent(String... elements) Copy the current immutable object with elements that replace the content ofcontent.final ImmutableProgramImmutableProgram.withKernelNames(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofkernelNames.final ImmutableProgramImmutableProgram.withKernelNames(String... elements) Copy the current immutable object with elements that replace the content ofkernelNames.final ImmutableProgramImmutableProgram.withResources(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofresources.final ImmutableProgramImmutableProgram.withResources(String... elements) Copy the current immutable object with elements that replace the content ofresources.Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ImmutableProgramModifier and TypeMethodDescriptionprivate booleanImmutableProgram.equalsByValue(ImmutableProgram another) private static ImmutableProgramImmutableProgram.validate(ImmutableProgram instance)