FSharpPlus


Find Type

Static members

Static member Description

Find.Find(x, f, ?_impl)

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

Parameters:
    x : 'T[]
    f : 'T -> bool
    ?_impl : Find

Returns: 'T
x : 'T[]
f : 'T -> bool
?_impl : Find
Returns: 'T

Find.Find(x, f, ?_impl)

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

Parameters:
    x : 'T list
    f : 'T -> bool
    ?_impl : Find

Returns: 'T
x : 'T list
f : 'T -> bool
?_impl : Find
Returns: 'T

Find.Find(x, f, ?_impl)

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

Parameters:
    x : ResizeArray<'T>
    f : 'T -> bool
    ?_impl : Find

Returns: 'T
x : ResizeArray<'T>
f : 'T -> bool
?_impl : Find
Returns: 'T

Find.Find(x, f, ?_impl)

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

Parameters:
    x : Id<'T>
    f : 'T -> bool
    ?_impl : Find

Returns: 'T
x : Id<'T>
f : 'T -> bool
?_impl : Find
Returns: 'T

Find.Find(x, f, ?_impl)

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

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

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

Find.Find(x, f, ?_impl)

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

Parameters:
    x : ^a
    f : 'T -> bool
    ?_impl : Default2

Returns: 'T
Modifiers: inline
x : ^a
f : 'T -> bool
?_impl : Default2
Returns: 'T

Find.Invoke(predicate) (source)

Full Usage: Find.Invoke(predicate) (source)

Parameters:
    predicate : 'T -> bool
    source : ^Foldable'

Returns: 'T
Modifiers: inline
Type parameters: 'T, ^Foldable'<T>
predicate : 'T -> bool
source : ^Foldable'
Returns: 'T