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