Uses of Class
net.bmahe.genetics4j.gp.math.ImmutableCoefficientOperation
-
Uses of ImmutableCoefficientOperation in net.bmahe.genetics4j.gp.math
Modifier and TypeMethodDescriptionImmutableCoefficientOperation.Builder.build()
Builds a newImmutableCoefficientOperation
.static <T> ImmutableCoefficientOperation
<T> ImmutableCoefficientOperation.copyOf
(CoefficientOperation<T> instance) Creates an immutable copy of aCoefficientOperation
value.static <T> ImmutableCoefficientOperation
<T> Construct a new immutableCoefficientOperation
instance.final ImmutableCoefficientOperation
<T> Copy the current immutable object by setting a value for thename
attribute.final ImmutableCoefficientOperation
<T> ImmutableCoefficientOperation.withPrettyName
(String value) Copy the current immutable object by setting a value for theprettyName
attribute.final ImmutableCoefficientOperation
<T> ImmutableCoefficientOperation.withReturnedType
(Class value) Copy the current immutable object by setting a value for thereturnedType
attribute.final ImmutableCoefficientOperation
<T> Copy the current immutable object by setting a value for thevalue
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableCoefficientOperation.equalTo
(int synthetic, ImmutableCoefficientOperation<?> another)