WrappedUFunc2

case class WrappedUFunc2[A1, A2, R](f: (A1, A2) => R) extends VariableUFunc[WrappedUFunc, WrappedUFunc2[A1, A2, R]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def apply[V1, V2, V3, VR](v1: V1, v2: V2, v3: V3)(implicit impl: UImpl4[WrappedUFunc, WrappedUFunc2[A1, A2, R], V1, V2, V3, VR]): VR
Inherited from
VariableUFunc
final def apply[@specialized(Int, Double, Float) V1, @specialized(Int, Double, Float) V2, @specialized(Int, Double, Float) VR](v1: V1, v2: V2)(implicit impl: UImpl3[WrappedUFunc, WrappedUFunc2[A1, A2, R], V1, V2, VR]): VR
Inherited from
VariableUFunc
final def apply[@specialized(Int, Double, Float) V, @specialized(Int, Double, Float) VR](v: V)(implicit impl: UImpl2[WrappedUFunc, WrappedUFunc2[A1, A2, R], V, VR]): VR
Inherited from
VariableUFunc
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product