MBrace.Core


ValueOrException<'T>

Namespace: MBrace.Core.Internals
Parent Module: Utils

A struct that can either contain a type or an exception.

Record Fields

Record FieldDescription
exn
Signature: exn
isValue
Signature: bool
value
Signature: 'T

Instance members

Instance memberDescription
Exception
Signature: exn

CompiledName: get_Exception

IsException
Signature: bool

CompiledName: get_IsException

IsValue
Signature: bool

CompiledName: get_IsValue

Value
Signature: 'T

CompiledName: get_Value

Static members

Static memberDescription
NewException(exn)
Signature: exn:exn -> ValueOrException<'T>
NewValue(value)
Signature: value:'T -> ValueOrException<'T>
Fork me on GitHub