Uses of Class
io.github.ai4ci.util.ImmutableFixedValueFunction
Packages that use ImmutableFixedValueFunction
-
Uses of ImmutableFixedValueFunction in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return ImmutableFixedValueFunctionModifier and TypeMethodDescriptionImmutableFixedValueFunction.Builder.build()
Builds a newImmutableFixedValueFunction
.static ImmutableFixedValueFunction
ImmutableFixedValueFunction.copyOf
(FixedValueFunction instance) Creates an immutable copy of aFixedValueFunction
value.ImmutableFixedValueFunction.withValue
(double value) Copy the current immutable object by setting a value for thevalue
attribute.