ExerciseCompletionGoal.RepetitionsGoal


class ExerciseCompletionGoal.RepetitionsGoal : ExerciseCompletionGoal


An ExerciseCompletionGoal that requires a specified number of repetitions to be completed.

Summary

Public constructors

RepetitionsGoal(repetitions: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int

Public constructors

RepetitionsGoal

Added in 1.1.0-alpha10
RepetitionsGoal(repetitions: Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

repetitions

Added in 1.1.0-alpha10
val repetitionsInt