Uses of Class
net.bmahe.genetics4j.gp.ImmutableOperation
Packages that use ImmutableOperation
-
Uses of ImmutableOperation in net.bmahe.genetics4j.gp
Methods in net.bmahe.genetics4j.gp that return ImmutableOperationModifier and TypeMethodDescriptionfinal ImmutableOperation<T> ImmutableOperation.withAcceptedTypes(Class... elements) Copy the current immutable object with elements that replace the content ofacceptedTypes.final ImmutableOperation<T> ImmutableOperation.withAcceptedTypes(Iterable<? extends Class> elements) Copy the current immutable object with elements that replace the content ofacceptedTypes.final ImmutableOperation<T> ImmutableOperation.withCompute(BiFunction<T[], Object[], Object> value) Copy the current immutable object by setting a value for thecomputeattribute.final ImmutableOperation<T> Copy the current immutable object by setting a value for thenameattribute.final ImmutableOperation<T> ImmutableOperation.withPrettyName(String value) Copy the current immutable object by setting a value for theprettyNameattribute.final ImmutableOperation<T> ImmutableOperation.withReturnedType(Class value) Copy the current immutable object by setting a value for thereturnedTypeattribute.Methods in net.bmahe.genetics4j.gp with parameters of type ImmutableOperationModifier and TypeMethodDescriptionprivate booleanImmutableOperation.equalsByValue(ImmutableOperation<?> another)