t

io.github.shogowada.scala.jsonrpc

JsonRpcFunction2

trait JsonRpcFunction2[T1, T2, R] extends (T1, T2) ⇒ R with JsonRpcFunction

Linear Supertypes
JsonRpcFunction, (T1, T2) ⇒ R, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonRpcFunction2
  2. JsonRpcFunction
  3. Function2
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(v1: T1, v2: T2): R
    Definition Classes
    Function2
  2. abstract val identifier: Any
    Definition Classes
    JsonRpcFunction

Concrete Value Members

  1. def curried: (T1) ⇒ (T2) ⇒ R
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  2. def dispose(): Future[Unit]
    Definition Classes
    JsonRpcFunction
  3. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  4. def tupled: ((T1, T2)) ⇒ R
    Definition Classes
    Function2
    Annotations
    @unspecialized()