Ops

trait Ops[-A, B]

Describes the operators at a specific level in the precedence tree, such that these ops consume Bs, possibly As and produce Bs: this depends on the Fixity of the operators.

Type parameters:
A

The base type consumed by the operators

B

The type produced/consumed by the operators

Since:

2.2.0

Note:

For less complex types Ops[A, A] is sufficient

Companion:
object
class Object
trait Matchable
class Any