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