o

com.avsystem.commons.rpc

RpcMetadata

object RpcMetadata

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RpcMetadata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. macro def auto[T]: T
  2. macro def materialize[M[_], Real]: M[Real]
  3. macro def materializeForApi[M[_], Real]: M[Real]

    Like materialize but for arbitrary real type instead of RPC trait.

    Like materialize but for arbitrary real type instead of RPC trait. Scans all public methods of the real type (instead of abstract methods for RPC trait).

  4. def nextInstance[T](it: Iterator[_], description: String): T