Package

im.actor.api.rpc

collections

Permalink

package collections

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiArrayValue(array: IndexedSeq[Refs.ApiRawValue]) extends ApiRawValue with Product with Serializable

    Permalink
  2. final case class ApiDoubleValue(value: Double) extends ApiRawValue with Product with Serializable

    Permalink
  3. final case class ApiInt32Value(value: Int) extends ApiRawValue with Product with Serializable

    Permalink
  4. final case class ApiInt64Value(value: Long) extends ApiRawValue with Product with Serializable

    Permalink
  5. final case class ApiMapValue(items: IndexedSeq[Refs.ApiMapValueItem]) extends ApiRawValue with Product with Serializable

    Permalink
  6. final case class ApiMapValueItem(key: String, value: Refs.ApiRawValue) extends Product with Serializable

    Permalink
  7. sealed trait ApiRawValue extends AnyRef

    Permalink
  8. final case class ApiStringValue(text: String) extends ApiRawValue with Product with Serializable

    Permalink
  9. sealed trait CollectionsRpcRequest extends RpcRequest

    Permalink

Value Members

  1. object ApiArrayValue extends Serializable

    Permalink
  2. object ApiDoubleValue extends Serializable

    Permalink
  3. object ApiInt32Value extends Serializable

    Permalink
  4. object ApiInt64Value extends Serializable

    Permalink
  5. object ApiMapValue extends Serializable

    Permalink
  6. object ApiMapValueItem extends Serializable

    Permalink
  7. object ApiRawValue

    Permalink
  8. object ApiStringValue extends Serializable

    Permalink

Ungrouped