Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoDashExplicitWrapper<TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue, TValue>

Type parameters

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

  • TValue

Hierarchy

  • LoDashExplicitWrapper

Index

Properties

partial

see

_.partial

partialRight

partialRight: ExplicitPartialRight
see

_.partialRight

Methods

after

  • after<TFunc>(func: TFunc): LoDashExplicitWrapper<TFunc>
  • see

    _.after

    Type parameters

    • TFunc: function

    Parameters

    • func: TFunc

    Returns LoDashExplicitWrapper<TFunc>

ary

  • ary(n?: undefined | number): LoDashExplicitWrapper<function>
  • see

    _.ary

    Parameters

    • Optional n: undefined | number

    Returns LoDashExplicitWrapper<function>

before

  • before<TFunc>(func: TFunc): LoDashExplicitWrapper<TFunc>
  • see

    _.before

    Type parameters

    • TFunc: function

    Parameters

    • func: TFunc

    Returns LoDashExplicitWrapper<TFunc>

bind

  • bind(thisArg: any, ...partials: any[]): LoDashExplicitWrapper<function>
  • see

    _.bind

    Parameters

    • thisArg: any
    • Rest ...partials: any[]

    Returns LoDashExplicitWrapper<function>

bindKey

  • bindKey(key: string, ...partials: any[]): LoDashExplicitWrapper<function>
  • see

    _.bindKey

    Parameters

    • key: string
    • Rest ...partials: any[]

    Returns LoDashExplicitWrapper<function>

curry

  • curry<T1, R>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<CurriedFunction1<T1, R>>
  • curry<T1, T2, R>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<CurriedFunction2<T1, T2, R>>
  • curry<T1, T2, T3, R>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<CurriedFunction3<T1, T2, T3, R>>
  • curry<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<CurriedFunction4<T1, T2, T3, T4, R>>
  • curry<T1, T2, T3, T4, T5, R>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<CurriedFunction5<T1, T2, T3, T4, T5, R>>
  • curry(arity?: undefined | number): LoDashExplicitWrapper<function>
  • see

    _.curry

    Type parameters

    • T1

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<CurriedFunction1<T1, R>>

  • see

    _.curry

    Type parameters

    • T1

    • T2

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<CurriedFunction2<T1, T2, R>>

  • see

    _.curry

    Type parameters

    • T1

    • T2

    • T3

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<CurriedFunction3<T1, T2, T3, R>>

  • see

    _.curry

    Type parameters

    • T1

    • T2

    • T3

    • T4

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<CurriedFunction4<T1, T2, T3, T4, R>>

  • see

    _.curry

    Type parameters

    • T1

    • T2

    • T3

    • T4

    • T5

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<CurriedFunction5<T1, T2, T3, T4, T5, R>>

  • see

    _.curry

    Parameters

    • Optional arity: undefined | number

    Returns LoDashExplicitWrapper<function>

curryRight

  • curryRight<T1, R>(this: LoDashExplicitWrapper<function>, arity?: undefined | number): LoDashExplicitWrapper<RightCurriedFunction1<T1, R>>
  • curryRight<T1, T2, R>(this: LoDashExplicitWrapper<function>, arity?: undefined | number): LoDashExplicitWrapper<RightCurriedFunction2<T1, T2, R>>
  • curryRight<T1, T2, T3, R>(this: LoDashExplicitWrapper<function>, arity?: undefined | number): LoDashExplicitWrapper<RightCurriedFunction3<T1, T2, T3, R>>
  • curryRight<T1, T2, T3, T4, R>(this: LoDashExplicitWrapper<function>, arity?: undefined | number): LoDashExplicitWrapper<RightCurriedFunction4<T1, T2, T3, T4, R>>
  • curryRight<T1, T2, T3, T4, T5, R>(this: LoDashExplicitWrapper<function>, arity?: undefined | number): LoDashExplicitWrapper<RightCurriedFunction5<T1, T2, T3, T4, T5, R>>
  • curryRight(arity?: undefined | number): LoDashExplicitWrapper<function>
  • see

    _.curryRight

    Type parameters

    • T1

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>
    • Optional arity: undefined | number

    Returns LoDashExplicitWrapper<RightCurriedFunction1<T1, R>>

  • see

    _.curryRight

    Type parameters

    • T1

    • T2

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>
    • Optional arity: undefined | number

    Returns LoDashExplicitWrapper<RightCurriedFunction2<T1, T2, R>>

  • see

    _.curryRight

    Type parameters

    • T1

    • T2

    • T3

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>
    • Optional arity: undefined | number

    Returns LoDashExplicitWrapper<RightCurriedFunction3<T1, T2, T3, R>>

  • see

    _.curryRight

    Type parameters

    • T1

    • T2

    • T3

    • T4

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>
    • Optional arity: undefined | number

    Returns LoDashExplicitWrapper<RightCurriedFunction4<T1, T2, T3, T4, R>>

  • see

    _.curryRight

    Type parameters

    • T1

    • T2

    • T3

    • T4

    • T5

    • R

    Parameters

    • this: LoDashExplicitWrapper<function>
    • Optional arity: undefined | number

    Returns LoDashExplicitWrapper<RightCurriedFunction5<T1, T2, T3, T4, T5, R>>

  • see

    _.curryRight

    Parameters

    • Optional arity: undefined | number

    Returns LoDashExplicitWrapper<function>

debounce

  • see

    _.debounce

    Parameters

    Returns LoDashExplicitWrapper<TValue & Cancelable>

defer

  • defer(...args: any[]): LoDashExplicitWrapper<number>
  • see

    _.defer

    Parameters

    • Rest ...args: any[]

    Returns LoDashExplicitWrapper<number>

delay

  • delay(wait: number, ...args: any[]): LoDashExplicitWrapper<number>
  • see

    _.delay

    Parameters

    • wait: number
    • Rest ...args: any[]

    Returns LoDashExplicitWrapper<number>

memoize

  • memoize(resolver?: undefined | function): LoDashExplicitWrapper<TValue & MemoizedFunction>
  • see

    _.memoize

    Parameters

    • Optional resolver: undefined | function

    Returns LoDashExplicitWrapper<TValue & MemoizedFunction>

negate

  • negate(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<function>
  • negate<A1>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<function>
  • negate<A1, A2>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<function>
  • negate(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<function>
  • see

    _.negate

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<function>

  • Type parameters

    • A1

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<function>

  • Type parameters

    • A1

    • A2

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<function>

  • Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<function>

overArgs

  • overArgs(...transforms: Array<Many<function>>): LoDashExplicitWrapper<function>
  • see

    _.overArgs

    Parameters

    • Rest ...transforms: Array<Many<function>>

    Returns LoDashExplicitWrapper<function>

rearg

  • rearg(...indexes: Array<Many<number>>): LoDashExplicitWrapper<function>
  • see

    _.rearg

    Parameters

    • Rest ...indexes: Array<Many<number>>

    Returns LoDashExplicitWrapper<function>

rest

  • rest(start?: undefined | number): LoDashExplicitWrapper<function>
  • see

    _.rest

    Parameters

    • Optional start: undefined | number

    Returns LoDashExplicitWrapper<function>

spread

  • spread<TResult>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<function>
  • spread<TResult>(this: LoDashExplicitWrapper<function>, start: number): LoDashExplicitWrapper<function>
  • see

    _.spread

    Type parameters

    • TResult

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<function>

  • see

    _.spread

    Type parameters

    • TResult

    Parameters

    • this: LoDashExplicitWrapper<function>
    • start: number

    Returns LoDashExplicitWrapper<function>

throttle

  • see

    _.throttle

    Parameters

    Returns LoDashExplicitWrapper<TValue & Cancelable>

unary

  • unary<T, TResult>(this: LoDashExplicitWrapper<function>): LoDashExplicitWrapper<function>
  • see

    _.unary

    Type parameters

    • T

    • TResult

    Parameters

    • this: LoDashExplicitWrapper<function>

    Returns LoDashExplicitWrapper<function>

wrap

  • wrap<TArgs, TResult>(wrapper: function): LoDashExplicitWrapper<function>
  • wrap<TResult>(wrapper: function): LoDashExplicitWrapper<function>
  • see

    _.wrap

    Type parameters

    • TArgs

    • TResult

    Parameters

    • wrapper: function
        • (value: TValue, ...args: TArgs[]): TResult
        • Parameters

          • value: TValue
          • Rest ...args: TArgs[]

          Returns TResult

    Returns LoDashExplicitWrapper<function>

  • see

    _.wrap

    Type parameters

    • TResult

    Parameters

    • wrapper: function
        • (value: TValue, ...args: any[]): TResult
        • Parameters

          • value: TValue
          • Rest ...args: any[]

          Returns TResult

    Returns LoDashExplicitWrapper<function>

Generated using TypeDoc