scala
Function3
trait
Function3[-T1, -T2, -T3, +R] extends AnyRef
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
Function with 3 parameters.