NamedStep

interface NamedStep

An intermediary step that ensures the name of the objective is set.

Functions

Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this")
abstract fun criterion(criterion: Criterion): Objective.Builder.EndStep

Sets the criterion for the objective to the given criterion.