trait JsonRpcFunction7[T1, T2, T3, T4, T5, T6, T7, R] extends (T1, T2, T3, T4, T5, T6, T7) ⇒ R with JsonRpcFunction
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonRpcFunction7
- JsonRpcFunction
- Function7
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
apply(v1: T1, v2: T2, v3: T3, v4: T4, v5: T5, v6: T6, v7: T7): R
- Definition Classes
- Function7
-
abstract
val
identifier: Any
- Definition Classes
- JsonRpcFunction
Concrete Value Members
-
def
curried: (T1) ⇒ (T2) ⇒ (T3) ⇒ (T4) ⇒ (T5) ⇒ (T6) ⇒ (T7) ⇒ R
- Definition Classes
- Function7
- Annotations
- @unspecialized()
-
def
dispose(): Future[Unit]
- Definition Classes
- JsonRpcFunction
-
def
toString(): String
- Definition Classes
- Function7 → AnyRef → Any
-
def
tupled: ((T1, T2, T3, T4, T5, T6, T7)) ⇒ R
- Definition Classes
- Function7
- Annotations
- @unspecialized()