Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoDashExplicitWrapper<TValue, TValue, TValue, TValue>

Type parameters

  • TValue

  • TValue

  • TValue

  • TValue

Hierarchy

  • LoDashExplicitWrapper

Index

Methods

Methods

chain

  • chain(): this
  • chain(): this
  • see

    _.chain

    Returns this

  • see

    _.chain

    Returns this

plant

  • plant<T>(value: T): LoDashExplicitWrapper<T>
  • see

    _.plant

    Type parameters

    • T

    Parameters

    • value: T

    Returns LoDashExplicitWrapper<T>

thru

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

    _.thru

    Type parameters

    • TResult

    Parameters

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

          • value: TValue

          Returns TResult

    Returns LoDashExplicitWrapper<TResult>

Generated using TypeDoc