FSharpPlus


TakeWhile Type

Static members

Static member Description

TakeWhile.Invoke(predicate) (source)

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

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

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

TakeWhile.TakeWhile(x, arg2, ?_impl)

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

Parameters:
Returns: Id<'a>
x : Id<'a>
arg1 : 'b
?_impl : TakeWhile
Returns: Id<'a>

TakeWhile.TakeWhile(x, p, ?_impl)

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

Parameters:
    x : 'a list
    p : 'a -> bool
    ?_impl : TakeWhile

Returns: 'a list
x : 'a list
p : 'a -> bool
?_impl : TakeWhile
Returns: 'a list

TakeWhile.TakeWhile(x, p, ?_impl)

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

Parameters:
    x : ResizeArray<'a>
    p : 'a -> bool
    ?_impl : TakeWhile

Returns: ResizeArray<'a>
x : ResizeArray<'a>
p : 'a -> bool
?_impl : TakeWhile
Returns: ResizeArray<'a>

TakeWhile.TakeWhile(x, p, ?_impl)

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

Parameters:
Returns: 'a[]
x : 'a[]
p : 'a -> bool
?_impl : TakeWhile
Returns: 'a[]

TakeWhile.TakeWhile(x, p, ?_impl)

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

Parameters:
    x : string
    p : char -> bool
    ?_impl : TakeWhile

Returns: string
x : string
p : char -> bool
?_impl : TakeWhile
Returns: string

TakeWhile.TakeWhile(x, p, ?_impl)

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

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

Returns: ^Foldable<'T>
Modifiers: inline
x : ^Foldable<'T>
p : 'a -> bool
?_impl : Default1
Returns: ^Foldable<'T>