Uses of Class
net.bmahe.genetics4j.gp.math.ImmutableInputOperation
-
Uses of ImmutableInputOperation in net.bmahe.genetics4j.gp.math
Modifier and TypeMethodDescriptionImmutableInputOperation.Builder.build()
Builds a newImmutableInputOperation
.static <T> ImmutableInputOperation
<T> ImmutableInputOperation.copyOf
(InputOperation<T> instance) Creates an immutable copy of aInputOperation
value.static <T> ImmutableInputOperation
<T> Construct a new immutableInputOperation
instance.final ImmutableInputOperation
<T> ImmutableInputOperation.withIndex
(int value) Copy the current immutable object by setting a value for theindex
attribute.final ImmutableInputOperation
<T> Copy the current immutable object by setting a value for thename
attribute.final ImmutableInputOperation
<T> ImmutableInputOperation.withPrettyName
(String value) Copy the current immutable object by setting a value for theprettyName
attribute.final ImmutableInputOperation
<T> ImmutableInputOperation.withReturnedType
(Class value) Copy the current immutable object by setting a value for thereturnedType
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableInputOperation.equalTo
(int synthetic, ImmutableInputOperation<?> another)