FSharpPlus


TryFindIndex Type

Static members

Static member Description

TryFindIndex.Invoke(p) (source)

Full Usage: TryFindIndex.Invoke(p) (source)

Parameters:
    p : 'T -> bool
    source : ^Collection<'T>

Returns: 'Index option
Modifiers: inline
Type parameters: 'T, ^Collection<'T>, 'Index
p : 'T -> bool
source : ^Collection<'T>
Returns: 'Index option

TryFindIndex.InvokeOnInstance(p) (source)

Full Usage: TryFindIndex.InvokeOnInstance(p) (source)

Parameters:
    p : 'T -> bool
    source : ^Collection<'T>

Returns: 'Index option
Modifiers: inline
Type parameters: 'T, ^Collection<'T>, 'Index
p : 'T -> bool
source : ^Collection<'T>
Returns: 'Index option

TryFindIndex.TryFindIndex(arg1, _impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, _impl)

Parameters:
    arg0 : ^t * ('T -> bool)
    _impl : Default1

Modifiers: inline
Type parameters: ^t, 'T
arg0 : ^t * ('T -> bool)
_impl : Default1

TryFindIndex.TryFindIndex(arg1, _impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, _impl)

Parameters:
    arg0 : ^C * ('T -> bool)
    _impl : Default1

Returns: 'Index option
Modifiers: inline
Type parameters: ^C<T>, 'T, 'Index
arg0 : ^C * ('T -> bool)
_impl : Default1
Returns: 'Index option

TryFindIndex.TryFindIndex(arg1, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, ?_impl)

Parameters:
    arg0 : 'b * ('a -> bool)
    ?_impl : Default2

Returns: int option
arg0 : 'b * ('a -> bool)
?_impl : Default2
Returns: int option

TryFindIndex.TryFindIndex(arg1, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, ?_impl)

Parameters:
Returns: int option
arg0 : Id<'a> * ('a -> bool)
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(arg1, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, ?_impl)

Parameters:
Returns: int option
arg0 : 'a list * ('a -> bool)
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(arg1, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, ?_impl)

Parameters:
    arg0 : ResizeArray<'a> * ('a -> bool)
    ?_impl : TryFindIndex

Returns: int option
arg0 : ResizeArray<'a> * ('a -> bool)
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(arg1, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, ?_impl)

Parameters:
Returns: int option
arg0 : 'a[] * ('a -> bool)
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(arg1, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(arg1, ?_impl)

Parameters:
Returns: int option
arg0 : string * (char -> bool)
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : Id<'a>
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : 'a seq
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : 'a list
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : ResizeArray<'a>
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : 'a[]
p : 'a -> bool
?_impl : TryFindIndex
Returns: int option

TryFindIndex.TryFindIndex(x, p, ?_impl)

Full Usage: TryFindIndex.TryFindIndex(x, p, ?_impl)

Parameters:
Returns: int option
x : string
p : char -> bool
?_impl : TryFindIndex
Returns: int option