BinaryOp

object BinaryOp
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A, B, C](opName: String, op: (A, B) => C, in1: Out[A], in2: Out[B])(implicit b: Builder, in1Tpe: DataType[A], in2Tpe: DataType[B], outTpe: DataType[C]): Out[C]