Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaggedFn7<A, B, C, D, E, F, G, T>

Type parameters

Hierarchy

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

Callable

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

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

    Returns H

Index

Properties

args

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

deps

deps: Func<any>[]

id

id: string

scope

scope: Scope

tag

tag: Tag

type

type: T

Generated using TypeDoc