Returns a boolean indicating whether the given condition has ever been true.
condition
true
The condition or a function that returns the condition to check. If a function is given, evaluation is lazy and the function will not be called again after it has returned true once. The function identity should be stable.
Returns a boolean indicating whether the given
conditionhas ever beentrue.