MBrace.Runtime


Existential

Namespace: MBrace.Runtime.Utils
Parent Module: Utils

Type existential container

Instance members

Instance memberDescription
Apply(arg1)
Signature: IAsyncFunc<'R> -> Async<'R>
Modifiers: abstract
Type parameters: 'R

Accepts a generic asynchronous thunk to encapsulated type

Apply(arg1)
Signature: IFunc<'R> -> 'R
Modifiers: abstract
Type parameters: 'R

Accepts a generic thunk to encapsulated type

Type
Signature: Type
Modifiers: abstract

System.Type representation of type

CompiledName: get_Type

Static members

Static memberDescription
FromType(t)
Signature: t:Type -> Existential

Use reflection to initialize an encapsulated type.

Fork me on GitHub