Result<T>
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.MicroTasks
- Ancestry: ValueType | Result<T>
constructor protected (declared in ValueType)
constructor
Result<T>()
init()
Result<T>()
Sub New()
constructor (MicroTask<T>)
constructor(task: MicroTask<T>)
Result<T>(MicroTask<T> task)
init(_ task: MicroTask<T>)
Result<T>(MicroTask<T> task)
Sub New(task As MicroTask<T>)
Parameters:
- task:
Done
class method Done(value: T): Result<T>
static Result<T> Done(T value)
static func Done(_ value: T) -> Result<T>
static Result<T> Done(T value)
Shared Function Done(value As T) As Result<T>
Parameters:
- value:
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
FromResult
class method FromResult(value: T): Result<T>
static Result<T> FromResult(T value)
static func FromResult(_ value: T) -> Result<T>
static Result<T> FromResult(T value)
Shared Function FromResult(value As T) As Result<T>
Parameters:
- value:
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetResult
method GetResult: T
T GetResult()
func GetResult() -> T
T GetResult()
Function GetResult() As T
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
IsCompleted
property IsCompleted: Boolean read;
Boolean IsCompleted { get; }
var IsCompleted: Boolean { get{} }
Boolean IsCompleted { __get; }
ReadOnly Property IsCompleted() As Boolean
OnComplete
method OnComplete(callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
func OnComplete(_ callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
Sub OnComplete(callback As IAsyncCompletion)
Parameters:
- callback:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Task
property Task: MicroTask<T> read;
MicroTask<T> Task { get; }
var Task: MicroTask<T> { get{} }
MicroTask<T> Task { __get; }
ReadOnly Property Task() As MicroTask<T>
ToString virtual (declared in Object)
Gets the string representation of this method.
IsCompleted
property IsCompleted: Boolean read;
Boolean IsCompleted { get; }
var IsCompleted: Boolean { get{} }
Boolean IsCompleted { __get; }
ReadOnly Property IsCompleted() As Boolean
Task
property Task: MicroTask<T> read;
MicroTask<T> Task { get; }
var Task: MicroTask<T> { get{} }
MicroTask<T> Task { __get; }
ReadOnly Property Task() As MicroTask<T>
Done
class method Done(value: T): Result<T>
static Result<T> Done(T value)
static func Done(_ value: T) -> Result<T>
static Result<T> Done(T value)
Shared Function Done(value As T) As Result<T>
Parameters:
- value:
FromResult
class method FromResult(value: T): Result<T>
static Result<T> FromResult(T value)
static func FromResult(_ value: T) -> Result<T>
static Result<T> FromResult(T value)
Shared Function FromResult(value As T) As Result<T>
Parameters:
- value:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor protected (declared in ValueType)
constructor
Result<T>()
init()
Result<T>()
Sub New()
constructor (MicroTask<T>)
constructor(task: MicroTask<T>)
Result<T>(MicroTask<T> task)
init(_ task: MicroTask<T>)
Result<T>(MicroTask<T> task)
Sub New(task As MicroTask<T>)
Parameters:
- task:
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetResult
method GetResult: T
T GetResult()
func GetResult() -> T
T GetResult()
Function GetResult() As T
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
OnComplete
method OnComplete(callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
func OnComplete(_ callback: IAsyncCompletion)
void OnComplete(IAsyncCompletion callback)
Sub OnComplete(callback As IAsyncCompletion)
Parameters:
- callback:
ToString virtual (declared in Object)
Gets the string representation of this method.