FSharpPlus


MaxBy Type

Static members

Static member Description

MaxBy.Invoke(projection) (source)

Full Usage: MaxBy.Invoke(projection) (source)

Parameters:
    projection : 'T -> 'U
    source : ^Foldable<'T>

Returns: 'T
Modifiers: inline
Type parameters: 'T, 'U, ^Foldable<'T>
projection : 'T -> 'U
source : ^Foldable<'T>
Returns: 'T

MaxBy.MaxBy(x, f, ?_impl)

Full Usage: MaxBy.MaxBy(x, f, ?_impl)

Parameters:
    x : 'T[]
    f : 'T -> 'U
    ?_impl : MaxBy

Returns: 'T
x : 'T[]
f : 'T -> 'U
?_impl : MaxBy
Returns: 'T

MaxBy.MaxBy(x, f, ?_impl)

Full Usage: MaxBy.MaxBy(x, f, ?_impl)

Parameters:
    x : 'T list
    f : 'T -> 'U
    ?_impl : MaxBy

Returns: 'T
x : 'T list
f : 'T -> 'U
?_impl : MaxBy
Returns: 'T

MaxBy.MaxBy(x, f, ?_impl)

Full Usage: MaxBy.MaxBy(x, f, ?_impl)

Parameters:
    x : ResizeArray<'T>
    f : 'T -> 'U
    ?_impl : MaxBy

Returns: 'T
x : ResizeArray<'T>
f : 'T -> 'U
?_impl : MaxBy
Returns: 'T

MaxBy.MaxBy(x, arg2, ?_impl)

Full Usage: MaxBy.MaxBy(x, arg2, ?_impl)

Parameters:
    x : Id<'T>
    arg1 : 'T -> 'U
    ?_impl : MaxBy

Returns: 'T
x : Id<'T>
arg1 : 'T -> 'U
?_impl : MaxBy
Returns: 'T

MaxBy.MaxBy(x, f, ?_impl)

Full Usage: MaxBy.MaxBy(x, f, ?_impl)

Parameters:
    x : ^Foldable<'T>
    f : 'T -> 'U
    ?_impl : Default1

Returns: 'T
Modifiers: inline
Type parameters: ^Foldable<'T>, 'T, 'U
x : ^Foldable<'T>
f : 'T -> 'U
?_impl : Default1
Returns: 'T

MaxBy.MaxBy(x, f, ?_impl)

Full Usage: MaxBy.MaxBy(x, f, ?_impl)

Parameters:
    x : ^Foldable<'T>
    f : 'T -> 'U
    ?_impl : Default2

Returns: 'T
Modifiers: inline
Type parameters: ^Foldable<'T>, 'T, 'U
x : ^Foldable<'T>
f : 'T -> 'U
?_impl : Default2
Returns: 'T