class
AbstractFunction2
[-T1, -T2, +R]
extends (T1, T2) ⇒ R
Instance Constructors
-
new
AbstractFunction2
()
Abstract Value Members
-
def
apply
(v1: T1, v2: T2): R
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
curried
: (T1) ⇒ (T2) ⇒ R
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
tupled
: ((T1, T2)) ⇒ R
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
curry
: (T1) ⇒ (T2) ⇒ R
Inherited from (T1, T2) ⇒ R
Value Members
-
def
apply
(v1: T1, v2: T2): R
-
def
curried
: (T1) ⇒ (T2) ⇒ R
-
def
toString
(): String
-
def
tupled
: ((T1, T2)) ⇒ R
-
def
curry
: (T1) ⇒ (T2) ⇒ R
Inherited from AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Any
Value Members
-
-
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean