package jsonrpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait JsonRpcFunction extends AnyRef
  2. trait JsonRpcFunction0 [R] extends () ⇒ R with JsonRpcFunction
  3. trait JsonRpcFunction1 [T1, R] extends (T1) ⇒ R with JsonRpcFunction
  4. trait JsonRpcFunction10 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ R with JsonRpcFunction
  5. trait JsonRpcFunction11 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) ⇒ R with JsonRpcFunction
  6. trait JsonRpcFunction12 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) ⇒ R with JsonRpcFunction
  7. trait JsonRpcFunction13 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) ⇒ R with JsonRpcFunction
  8. trait JsonRpcFunction14 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) ⇒ R with JsonRpcFunction
  9. trait JsonRpcFunction15 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) ⇒ R with JsonRpcFunction
  10. trait JsonRpcFunction16 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) ⇒ R with JsonRpcFunction
  11. trait JsonRpcFunction17 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) ⇒ R with JsonRpcFunction
  12. trait JsonRpcFunction18 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) ⇒ R with JsonRpcFunction
  13. trait JsonRpcFunction19 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) ⇒ R with JsonRpcFunction
  14. trait JsonRpcFunction2 [T1, T2, R] extends (T1, T2) ⇒ R with JsonRpcFunction
  15. trait JsonRpcFunction20 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) ⇒ R with JsonRpcFunction
  16. trait JsonRpcFunction21 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) ⇒ R with JsonRpcFunction
  17. trait JsonRpcFunction22 [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) ⇒ R with JsonRpcFunction
  18. trait JsonRpcFunction3 [T1, T2, T3, R] extends (T1, T2, T3) ⇒ R with JsonRpcFunction
  19. trait JsonRpcFunction4 [T1, T2, T3, T4, R] extends (T1, T2, T3, T4) ⇒ R with JsonRpcFunction
  20. trait JsonRpcFunction5 [T1, T2, T3, T4, T5, R] extends (T1, T2, T3, T4, T5) ⇒ R with JsonRpcFunction
  21. trait JsonRpcFunction6 [T1, T2, T3, T4, T5, T6, R] extends (T1, T2, T3, T4, T5, T6) ⇒ R with JsonRpcFunction
  22. trait JsonRpcFunction7 [T1, T2, T3, T4, T5, T6, T7, R] extends (T1, T2, T3, T4, T5, T6, T7) ⇒ R with JsonRpcFunction
  23. trait JsonRpcFunction8 [T1, T2, T3, T4, T5, T6, T7, T8, R] extends (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R with JsonRpcFunction
  24. trait JsonRpcFunction9 [T1, T2, T3, T4, T5, T6, T7, T8, T9, R] extends (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R with JsonRpcFunction
  25. class JsonRpcServerAndClient [JSON_SERIALIZER <: JsonSerializer] extends AnyRef

Ungrouped