Wooga.Lambda


PatterMatch<'TValue, 'TResult>

Namespace: Wooga.Lambda.Control

Constructors

ConstructorDescription
new(object, method)
Signature: (object:obj * method:nativeint) -> unit

Instance members

Instance memberDescription
BeginInvoke(callback, object)
Signature: (callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result)
Signature: result:IAsyncResult -> Either<'TValue,'TResult>
Modifiers: abstract
Invoke()
Signature: unit -> Either<'TValue,'TResult>
Modifiers: abstract
Fork me on GitHub