Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableRule
Packages that use ImmutableRule
-
Uses of ImmutableRule in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableRuleModifier and TypeMethodDescriptionfinal ImmutableRule
ImmutableRule.withApplicator
(BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> value) Copy the current immutable object by setting a value for theapplicator
attribute.final ImmutableRule
ImmutableRule.withPredicate
(Predicate<TreeNode<Operation<?>>> value) Copy the current immutable object by setting a value for thepredicate
attribute.Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableRuleModifier and TypeMethodDescriptionprivate boolean
ImmutableRule.equalsByValue
(ImmutableRule another) Constructors in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableRuleModifierConstructorDescriptionprivate
ImmutableRule
(ImmutableRule original, Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator)