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

    Array value

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

    Permalink

    Double value

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

    Permalink

    Int32 value

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

    Permalink

    Int64 value

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

    Permalink

    Map Value

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

    Permalink

    Item of Map

  7. sealed trait ApiRawValue extends AnyRef

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

    Permalink

    Text value

  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