scala.runtime
AbstractFunction2
class
AbstractFunction2[-T1, -T2, +R] extends (T1, T2) ⇒ R
Inherits
- Function2
- AnyRef
- Any
Value Members
-
def
apply(v1: T1, v2: T2): R
-
def
curried: (T1) ⇒ (T2) ⇒ R
-
def
curry: (T1) ⇒ (T2) ⇒ R
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
def
toString(): String
-
def
tupled: ((T1, T2)) ⇒ R
Instance constructors
-
new
AbstractFunction2()