BinaryOp

object BinaryOp

Match arg1.op(arg2) and extract (arg1, op.symbol, arg2)

class Object
trait Matchable
class Any

Value members

Concrete methods

def unapply(t: Tree)(using Context): Option[(Tree, Symbol, Tree)]