Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFactory<T>

Abstract factory pattern to build debug or release instances. Use it in combination of IBuilder

Type Parameters

  • T

Hierarchy

  • IFactory

Index

Methods

  • createDebug(): T
  • createRelease(): T

Generated using TypeDoc