FSharpPlus


Lift2 Type

Static members

Static member Description

Lift2.Invoke(f) (x) (y)

Full Usage: Lift2.Invoke(f) (x) (y)

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

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

Lift2.InvokeOnInstance(f) (x) (y)

Full Usage: Lift2.InvokeOnInstance(f) (x) (y)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(arg1, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

Parameters:
    f : 'a
    arg1 : ^b * ^e
    _mthd : Default2

Returns: ^f
Modifiers: inline
f : 'a
arg1 : ^b * ^e
_mthd : Default2
Returns: ^f

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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

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

Lift2.Lift2(f, arg2, _mthd)

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

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