FSharpPlus


Lift3 Type

Static members

Static member Description

Lift3.Invoke(f) (x) (y) (z)

Full Usage: Lift3.Invoke(f) (x) (y) (z)

Parameters:
    f : 'T -> 'U -> 'V -> 'W
    x : ^Applicative<'T>
    y : ^Applicative<'U>
    z : ^Applicative<'V>

Returns: ^Applicative<'W>
Modifiers: inline
Type parameters: 'T, 'U, 'V, 'W, ^Applicative<'T>, ^Applicative<'U>, ^Applicative<'V>, ^Applicative<'W>
f : 'T -> 'U -> 'V -> 'W
x : ^Applicative<'T>
y : ^Applicative<'U>
z : ^Applicative<'V>
Returns: ^Applicative<'W>

Lift3.InvokeOnInstance(f) (x) (y) (z)

Full Usage: Lift3.InvokeOnInstance(f) (x) (y) (z)

Parameters:
    f : 'T -> 'U -> 'V -> 'W
    x : ^Applicative<'T>
    y : ^Applicative<'U>
    z : ^Applicative<'V>

Returns: 'a
Modifiers: inline
f : 'T -> 'U -> 'V -> 'W
x : ^Applicative<'T>
y : ^Applicative<'U>
z : ^Applicative<'V>
Returns: 'a

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'T -> 'U -> 'V -> 'W
    arg1 : ^Applicative<'T> * ^Applicative<'U> * ^Applicative<'V>
    _mthd : Default1

Returns: 'a
Modifiers: inline
f : 'T -> 'U -> 'V -> 'W
arg1 : ^Applicative<'T> * ^Applicative<'U> * ^Applicative<'V>
_mthd : Default1
Returns: 'a

Lift3.Lift3(arg1, arg2, _mthd)

Full Usage: Lift3.Lift3(arg1, arg2, _mthd)

Parameters:
    arg0 : 'a
    arg1 : 't * ^u * ^v
    _mthd : Default1

Returns: 'b -> 'b
Modifiers: inline
arg0 : 'a
arg1 : 't * ^u * ^v
_mthd : Default1
Returns: 'b -> 'b

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'a
    arg1 : ^b * ^e * ^g
    _mthd : Default3

Returns: ^h
Modifiers: inline
f : 'a
arg1 : ^b * ^e * ^g
_mthd : Default3
Returns: ^h

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'U -> 'V -> 'T -> 'a
    arg1 : ResizeArray<'T> * ResizeArray<'U> * ResizeArray<'V>
    _mthd : Lift3

Returns: ResizeArray<'a>
f : 'U -> 'V -> 'T -> 'a
arg1 : ResizeArray<'T> * ResizeArray<'U> * ResizeArray<'V>
_mthd : Lift3
Returns: ResizeArray<'a>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: Expr<'a>
f : 'T -> 'U -> 'V -> 'a
arg1 : Expr<'T> * Expr<'U> * Expr<'V>
_mthd : Lift3
Returns: Expr<'a>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: Dictionary<'Key, 'a>
f : 'T -> 'U -> 'V -> 'a
arg1 : Dictionary<'Key, 'T> * Dictionary<'Key, 'U> * Dictionary<'Key, 'V>
_mthd : Lift3
Returns: Dictionary<'Key, 'a>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'T -> 'U -> 'V -> 'a
    arg1 : Map<'Key, 'T> * Map<'Key, 'U> * Map<'Key, 'V>
    _mthd : Lift3

Returns: Map<'Key, 'a>
f : 'T -> 'U -> 'V -> 'a
arg1 : Map<'Key, 'T> * Map<'Key, 'U> * Map<'Key, 'V>
_mthd : Lift3
Returns: Map<'Key, 'a>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: Choice<'a, 'Error>
f : 'T -> 'U -> 'V -> 'a
arg1 : Choice<'T, 'Error> * Choice<'U, 'Error> * Choice<'V, 'Error>
_mthd : Lift3
Returns: Choice<'a, 'Error>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: Result<'a, 'Error>
f : 'T -> 'U -> 'V -> 'a
arg1 : Result<'T, 'Error> * Result<'U, 'Error> * Result<'V, 'Error>
_mthd : Lift3
Returns: Result<'a, 'Error>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'a -> 'b -> 'c -> 'd
    arg1 : 'a voption * 'b voption * 'c voption
    _mthd : Lift3

Returns: 'd voption
f : 'a -> 'b -> 'c -> 'd
arg1 : 'a voption * 'b voption * 'c voption
_mthd : Lift3
Returns: 'd voption

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'a -> 'b -> 'c -> 'd
    arg1 : 'a option * 'b option * 'c option
    _mthd : Lift3

Returns: 'd option
f : 'a -> 'b -> 'c -> 'd
arg1 : 'a option * 'b option * 'c option
_mthd : Lift3
Returns: 'd option

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: Async<'d>
f : 'a -> 'b -> 'c -> 'd
arg1 : Async<'a> * Async<'b> * Async<'c>
_mthd : Lift3
Returns: Async<'d>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: Task<'a>
f : 'T -> 'U -> 'V -> 'a
arg1 : Task<'T> * Task<'U> * Task<'V>
_mthd : Lift3
Returns: Task<'a>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'T -> 'U -> 'U -> 'a
    arg1 : (^Monoid * 'T) * (^Monoid * 'U) * (^Monoid * 'U)
    _mthd : Lift3

Returns: ^Monoid * 'a
Modifiers: inline
f : 'T -> 'U -> 'U -> 'a
arg1 : (^Monoid * 'T) * (^Monoid * 'U) * (^Monoid * 'U)
_mthd : Lift3
Returns: ^Monoid * 'a

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'T -> 'U -> 'U -> 'a
    arg1 : (^Monoid * 'T) * (^Monoid * 'U) * (^Monoid * 'U)
    _mthd : Lift3

Returns: ^Monoid * 'a
Modifiers: inline
f : 'T -> 'U -> 'U -> 'a
arg1 : (^Monoid * 'T) * (^Monoid * 'U) * (^Monoid * 'U)
_mthd : Lift3
Returns: ^Monoid * 'a

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'T -> 'U -> 'V -> 'a
    arg1 : ('R -> 'T) * ('R -> 'U) * ('R -> 'V)
    _mthd : Lift3

Returns: 'R -> 'a
f : 'T -> 'U -> 'V -> 'a
arg1 : ('R -> 'T) * ('R -> 'U) * ('R -> 'V)
_mthd : Lift3
Returns: 'R -> 'a

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'a -> 'b -> 'c -> 'd
    arg1 : 'a[] * 'b[] * 'c[]
    _mthd : Lift3

Returns: 'd[]
f : 'a -> 'b -> 'c -> 'd
arg1 : 'a[] * 'b[] * 'c[]
_mthd : Lift3
Returns: 'd[]

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'a -> 'b -> 'c -> 'd
    arg1 : 'c list * 'a list * 'b list
    _mthd : Lift3

Returns: 'd list
f : 'a -> 'b -> 'c -> 'd
arg1 : 'c list * 'a list * 'b list
_mthd : Lift3
Returns: 'd list

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: IEnumerator<'d>
f : 'a -> 'b -> 'c -> 'd
arg1 : IEnumerator<'a> * IEnumerator<'b> * IEnumerator<'c>
_mthd : Lift3
Returns: IEnumerator<'d>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: NonEmptySeq<'d>
f : 'a -> 'b -> 'c -> 'd
arg1 : NonEmptySeq<'c> * NonEmptySeq<'a> * NonEmptySeq<'b>
_mthd : Lift3
Returns: NonEmptySeq<'d>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
    f : 'a -> 'b -> 'c -> 'd
    arg1 : seq<'c> * seq<'a> * seq<'b>
    _mthd : Lift3

Returns: seq<'d>
f : 'a -> 'b -> 'c -> 'd
arg1 : seq<'c> * seq<'a> * seq<'b>
_mthd : Lift3
Returns: seq<'d>

Lift3.Lift3(f, arg2, _mthd)

Full Usage: Lift3.Lift3(f, arg2, _mthd)

Parameters:
Returns: Lazy<'d>
f : 'a -> 'b -> 'c -> 'd
arg1 : Lazy<'a> * Lazy<'b> * Lazy<'c>
_mthd : Lift3
Returns: Lazy<'d>