RemoteFunctionRunnable<T> class
Constructors
- RemoteFunctionRunnable(Function _function, T _returnType, List _parameterTypes)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
executeFunction(
List parameters) → RemoteFunctionRunnableResult< T> -
executeRemoteFunctionRequest(
DataPackage rpcRequest) → DataPackage -
getFunctionSignature(
RemoteFunctionIdentifier remoteFunctionIdentifier, RemoteFunctionRequest remoteFunctionRequest) → String -
makeRPCResponsePackage(
RemoteFunctionRunnableResult< T> result, DataPackage rpcRequest) → DataPackage -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isDataTypeSupported(
dynamic dataTypeExample) → bool -
makeRemoteFunctionReturn(
RemoteFunctionStatus status, RemoteFunctionRequest executionRequest) → RemoteFunctionReturn -
prepareResponsePackage(
RemoteFunctionStatus status, DataPackage rpcRequest) → DataPackage