Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaggedFn1<A, T>

Type parameters

Hierarchy

  • (a: A) => B
  • Func<T>
    • TaggedFn1

Callable

  • __call(a: A): B
  • Parameters

    • a: A

    Returns B

Index

Properties

args

args: [Sym<A>]

deps

deps: Func<any>[]

id

id: string

scope

scope: Scope

tag

tag: Tag

type

type: T

Generated using TypeDoc