What does Ops stand for?
问题 In Scala community I see often, that classes end with Ops are very common. For example: ApplicativeErrorIdOps What does Ops stand for? 回答1: Ops = Operations. This is quite commonly used shortcut not only in Scala but in general. In Cats it's used as a suffix of an extension methods class because it enriches the value with operations related to some type class. 来源: https://stackoverflow.com/questions/62553798/what-does-ops-stand-for