class KryoClosure2[T1, T2, R] extends KryoWrapper[(T1, T2) ⇒ R] with (T1, T2) ⇒ R
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KryoClosure2
- Function2
- KryoWrapper
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new KryoClosure2(f: (T1, T2) ⇒ R)
Value Members
-
def
apply(t1: T1, t2: T2): R
- Definition Classes
- KryoClosure2 → Function2
-
def
curried: (T1) ⇒ (T2) ⇒ R
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
def
getValueSerialized(): Array[Byte]
- Definition Classes
- KryoWrapper
-
def
setValueSerialized(bytes: Array[Byte]): Unit
- Definition Classes
- KryoWrapper
-
def
toString(): String
- Definition Classes
- Function2 → AnyRef → Any
-
def
tupled: ((T1, T2)) ⇒ R
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
var
value: (T1, T2) ⇒ R
- Definition Classes
- KryoWrapper