class KryoClosure1[T1, R] extends KryoWrapper[(T1) ⇒ R] with (T1) ⇒ R
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KryoClosure1
- Function1
- KryoWrapper
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new KryoClosure1(f: (T1) ⇒ R)
Value Members
-
def
andThen[A](g: (R) ⇒ A): (T1) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(in: T1): R
- Definition Classes
- KryoClosure1 → Function1
-
def
compose[A](g: (A) ⇒ T1): (A) ⇒ R
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
getValueSerialized(): Array[Byte]
- Definition Classes
- KryoWrapper
-
def
setValueSerialized(bytes: Array[Byte]): Unit
- Definition Classes
- KryoWrapper
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
-
var
value: (T1) ⇒ R
- Definition Classes
- KryoWrapper