PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
tsyringe
/
dist
/
typings
/
factories
import DependencyContainer from "../types/dependency-container"; import constructor from "../types/constructor"; import FactoryFunction from "./factory-function"; export default function predicateAwareClassFactory<T>(predicate: (dependencyContainer: DependencyContainer) => boolean, trueConstructor: constructor<T>, falseConstructor: constructor<T>, useCaching?: boolean): FactoryFunction<T>;
[-] predicate-aware-class-factory.d.ts
[edit]
[+]
..
[-] index.d.ts
[edit]
[-] factory-function.d.ts
[edit]
[-] instance-per-container-caching-factory.d.ts
[edit]
[-] instance-caching-factory.d.ts
[edit]