FSharpPlus


Throw Type

Static members

Static member Description

Throw.Invoke(x)

Full Usage: Throw.Invoke(x)

Parameters:
    x : 'E

Returns: ^'MonadError<'E,'T>
Modifiers: inline
Type parameters: 'E, ^'MonadError<'E,'T>
x : 'E
Returns: ^'MonadError<'E,'T>

Throw.Throw(arg1, x)

Full Usage: Throw.Throw(arg1, x)

Parameters:
    arg0 : Choice<'T, 'E>
    x : 'E

Returns: Choice<'T, 'E>
arg0 : Choice<'T, 'E>
x : 'E
Returns: Choice<'T, 'E>

Throw.Throw(arg1, x)

Full Usage: Throw.Throw(arg1, x)

Parameters:
    arg0 : Result<'T, 'E>
    x : 'E

Returns: Result<'T, 'E>
arg0 : Result<'T, 'E>
x : 'E
Returns: Result<'T, 'E>

Throw.Throw(arg1, arg2)

Full Usage: Throw.Throw(arg1, arg2)

Parameters:
    arg0 : ^t
    arg1 : 'a

Returns: 'b -> 'b
Modifiers: inline
arg0 : ^t
arg1 : 'a
Returns: 'b -> 'b

Throw.Throw(arg1, x)

Full Usage: Throw.Throw(arg1, x)

Parameters:
    arg0 : ^R
    x : 'E

Returns: ^R
Modifiers: inline
Type parameters: ^R, 'E
arg0 : ^R
x : 'E
Returns: ^R