Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoDashImplicitWrapper<TValue, TValue, TValue, TValue>

Type parameters

  • TValue

  • TValue

  • TValue

  • TValue

Hierarchy

  • LoDashImplicitWrapper

Index

Methods

Methods

chain

  • chain(): LoDashExplicitWrapper<TValue>
  • chain(): LoDashExplicitWrapper<TValue>
  • see

    _.chain

    Returns LoDashExplicitWrapper<TValue>

  • see

    _.chain

    Returns LoDashExplicitWrapper<TValue>

plant

  • plant<T>(value: T): LoDashImplicitWrapper<T>
  • Creates a clone of the chained sequence planting value as the wrapped value.

    Type parameters

    • T

    Parameters

    • value: T

      The value to plant as the wrapped value.

    Returns LoDashImplicitWrapper<T>

    Returns the new lodash wrapper instance.

thru

  • thru<TResult>(interceptor: function): LoDashImplicitWrapper<TResult>
  • see

    _.thru

    Type parameters

    • TResult

    Parameters

    • interceptor: function
        • (value: TValue): TResult
        • Parameters

          • value: TValue

          Returns TResult

    Returns LoDashImplicitWrapper<TResult>

Generated using TypeDoc