Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaggedFn6<A, B, C, D, E, F, T>

Type parameters

Hierarchy

  • (a: A, b: B, c: C, d: D, e: E, f: F) => G
  • Func<T>
    • TaggedFn6

Callable

  • __call(a: A, b: B, c: C, d: D, e: E, f: F): G
  • Parameters

    • a: A
    • b: B
    • c: C
    • d: D
    • e: E
    • f: F

    Returns G

Index

Properties

args

args: [Sym<A>, Sym<B>, Sym<C>, Sym<D>, Sym<E>, Sym<F>]

deps

deps: Func<any>[]

id

id: string

scope

scope: Scope

tag

tag: Tag

type

type: T

Generated using TypeDoc