FSharpPlus


BifoldMap Type

Static members

Static member Description

BifoldMap.BifoldMap(arg1, arg2, arg3, _impl)

Full Usage: BifoldMap.BifoldMap(arg1, arg2, arg3, _impl)

Parameters:
    arg0 : 't
    arg1 : 'a
    arg2 : 'b
    _impl : Default1

Returns: 'c -> 'c
Modifiers: inline
arg0 : 't
arg1 : 'a
arg2 : 'b
_impl : Default1
Returns: 'c -> 'c

BifoldMap.BifoldMap(x, f, g, _impl)

Full Usage: BifoldMap.BifoldMap(x, f, g, _impl)

Parameters:
    x : ^Bifoldable<'T1,'T2>
    f : 'a -> 'b
    g : 'c -> 'b
    _impl : Default1

Returns: 'b
Modifiers: inline
x : ^Bifoldable<'T1,'T2>
f : 'a -> 'b
g : 'c -> 'b
_impl : Default1
Returns: 'b

BifoldMap.BifoldMap(arg1, f, g, _impl)

Full Usage: BifoldMap.BifoldMap(arg1, f, g, _impl)

Parameters:
    arg0 : 'T1 * 'T2
    f : 'T1 -> ^U
    g : 'T2 -> ^U
    _impl : BifoldMap

Returns: ^U
Modifiers: inline
Type parameters: 'T1, 'T2, ^U
arg0 : 'T1 * 'T2
f : 'T1 -> ^U
g : 'T2 -> ^U
_impl : BifoldMap
Returns: ^U

BifoldMap.BifoldMap(arg1, f, g, _impl)

Full Usage: BifoldMap.BifoldMap(arg1, f, g, _impl)

Parameters:
    arg0 : 'T1 * 'T2
    f : 'T1 -> ^U
    g : 'T2 -> ^U
    _impl : BifoldMap

Returns: ^U
Modifiers: inline
Type parameters: 'T1, 'T2, ^U
arg0 : 'T1 * 'T2
f : 'T1 -> ^U
g : 'T2 -> ^U
_impl : BifoldMap
Returns: ^U

BifoldMap.BifoldMap(x, f, g, _impl)

Full Usage: BifoldMap.BifoldMap(x, f, g, _impl)

Parameters:
Returns: 'U
x : Choice<'T2, 'T1>
f : 'T1 -> 'U
g : 'T2 -> 'U
_impl : BifoldMap
Returns: 'U

BifoldMap.BifoldMap(x, f, g, _impl)

Full Usage: BifoldMap.BifoldMap(x, f, g, _impl)

Parameters:
Returns: 'U
x : Result<'T2, 'T1>
f : 'T1 -> 'U
g : 'T2 -> 'U
_impl : BifoldMap
Returns: 'U

BifoldMap.Invoke(f) (g) (source)

Full Usage: BifoldMap.Invoke(f) (g) (source)

Parameters:
    f : 'T1 -> 'U
    g : 'T2 -> 'U
    source : ^Bifoldable

Returns: 'U
Modifiers: inline
Type parameters: 'T1, 'U, 'T2, ^Bifoldable<T1,T2>
f : 'T1 -> 'U
g : 'T2 -> 'U
source : ^Bifoldable
Returns: 'U

BifoldMap.InvokeOnInstance(f) (g) (source)

Full Usage: BifoldMap.InvokeOnInstance(f) (g) (source)

Parameters:
    f : 'T1 -> 'U
    g : 'T2 -> 'U
    source : ^Bifoldable<'T1,'T2>

Returns: 'U
Modifiers: inline
Type parameters: 'T1, 'U, 'T2, ^Bifoldable<'T1,'T2>
f : 'T1 -> 'U
g : 'T2 -> 'U
source : ^Bifoldable<'T1,'T2>
Returns: 'U