Creates a tupled version of this reified function: instead of 2 arguments, it accepts a single scala.Tuple2 argument.
Creates a tupled version of this reified function: instead of 2 arguments, it accepts a single scala.Tuple2 argument.
a reified function f
such that f((x1, x2)) == f(Tuple2(x1, x2)) == apply(x1, x2)
Wrapper that provides Function2-like methods to a reified Function2 value.