FSharpPlus


ArrSecond Type

Static members

Static member Description

ArrSecond.Invoke(f)

Full Usage: ArrSecond.Invoke(f)

Parameters:
    f : ^Arrow<'T,'U>

Returns: ^Arrow<('V*'T),('V*'U)>
Modifiers: inline
Type parameters: ^Arrow<'T,'U>, ^Arrow<('V * 'T),('V * 'U)>
f : ^Arrow<'T,'U>
Returns: ^Arrow<('V*'T),('V*'U)>

ArrSecond.InvokeOnInstance(f)

Full Usage: ArrSecond.InvokeOnInstance(f)

Parameters:
    f : ^Arrow<'T,'U>

Returns: ^Arrow<('V*'T),('V*'U)>
Modifiers: inline
Type parameters: ^Arrow<'T,'U>, ^Arrow<('V * 'T),('V * 'U)>
f : ^Arrow<'T,'U>
Returns: ^Arrow<('V*'T),('V*'U)>

ArrSecond.Second(arg1, _output, _mthd)

Full Usage: ArrSecond.Second(arg1, _output, _mthd)

Parameters:
    arg0 : ^t
    _output : 'a
    _mthd : Default1

Returns: 'b -> 'b
Modifiers: inline
arg0 : ^t
_output : 'a
_mthd : Default1
Returns: 'b -> 'b

ArrSecond.Second(f, _output, _mthd)

Full Usage: ArrSecond.Second(f, _output, _mthd)

Parameters:
    f : ^Arrow<'T,'U>
    _output : ^Arrow<('V*'T),('V*'U)>
    _mthd : Default1

Returns: ^Arrow<('V*'T),('V*'U)>
Modifiers: inline
Type parameters: ^Arrow<'T,'U>, ^Arrow<('V * 'T),('V * 'U)>
f : ^Arrow<'T,'U>
_output : ^Arrow<('V*'T),('V*'U)>
_mthd : Default1
Returns: ^Arrow<('V*'T),('V*'U)>

ArrSecond.Second(f, _output, _mthd)

Full Usage: ArrSecond.Second(f, _output, _mthd)

Parameters:
    f : ^Arrow<'T,'U>
    _output : ^Arrow<('V*'T),('V*'U)>
    _mthd : Default2

Returns: ^Arrow<('V*'T),('V*'U)>
Modifiers: inline
f : ^Arrow<'T,'U>
_output : ^Arrow<('V*'T),('V*'U)>
_mthd : Default2
Returns: ^Arrow<('V*'T),('V*'U)>

ArrSecond.Second(f, ?_output, ?_mthd)

Full Usage: ArrSecond.Second(f, ?_output, ?_mthd)

Parameters:
Returns: Func<('V * 'T), ('V * 'U)>
f : Func<'T, 'U>
?_output : Func<('V * 'T), ('V * 'U)>
?_mthd : ArrSecond
Returns: Func<('V * 'T), ('V * 'U)>

ArrSecond.Second(f, ?_output, ?_mthd)

Full Usage: ArrSecond.Second(f, ?_output, ?_mthd)

Parameters:
    f : 'T -> 'U
    ?_output : 'V * 'T -> 'V * 'U
    ?_mthd : ArrSecond

Returns: 'V * 'T -> 'V * 'U
f : 'T -> 'U
?_output : 'V * 'T -> 'V * 'U
?_mthd : ArrSecond
Returns: 'V * 'T -> 'V * 'U