qisdk / com.aldebaran.qi.sdk.object / AnyObjectProxySync

AnyObjectProxySync

abstract class AnyObjectProxySync<T : Any!>

Types

Factory

interface Factory<R : Any!>

Constructors

<init>

AnyObjectProxySync(asyncObjectProxy: T)

Properties

asyncObjectProxy

var asyncObjectProxy: T

Functions

equals

open fun equals(other: Any?): Boolean

get

open fun <R : Any!> get(future: Future<R>!): R

getAsyncObjectProxy

open fun getAsyncObjectProxy(): T