Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiYogurt/ts-design-pattern
/ functions
Functions
275 in github.com/MiYogurt/ts-design-pattern
⨍
Functions
275
◇
Types & classes
266
↓ 1 callers
Method
printStudentDetails
(studentName: string,studentRollNo: string)
src/MVC.ts:19
↓ 1 callers
Function
retriveStudentFromDatabase
()
src/MVC.ts:56
↓ 1 callers
Method
sell
()
src/Command.ts:14
↓ 1 callers
Method
sendRequest
(request: string)
src/InterceptingFilter.ts:76
↓ 1 callers
Method
setFilterManager
(filterManager: FilterManager)
src/InterceptingFilter.ts:72
↓ 1 callers
Method
setRedBorder
( decoratedShape: Shape)
src/Decorator.ts:39
↓ 1 callers
Method
setStudentName
(name: string)
src/MVC.ts:35
↓ 1 callers
Method
setTarget
(target: Target)
src/InterceptingFilter.ts:47
↓ 1 callers
Method
showMessage
(user: User, message: string)
src/Mediator.ts:2
↓ 1 callers
Method
startPlay
()
src/Template.ts:28
↓ 1 callers
Method
trackRequest
(request: string)
src/FrontController.ts:44
↓ 1 callers
Method
update
()
src/Observer.ts:67
↓ 1 callers
Method
write
(message: string)
src/ChainResponsibility.ts:61
Method
accept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:7
Method
accept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:14
Method
accept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:21
Method
accept
(computerPartVisitor: ComputerPartVisitor)
src/Visitor.ts:35
Function
clone
()
src/Prototype.ts:18
Function
constructor
(drawApi : DrawApi)
src/Bridge.ts:23
Function
constructor
(protected decoratedShape: Shape)
src/Decorator.ts:21
Method
constructor
(businessService: BusinessDelegate)
src/BusinessDelegate.ts:50
Method
constructor
(name: string,rollNo: number)
src/DataAccessObject.ts:6
Method
constructor
()
src/DataAccessObject.ts:39
Method
constructor
(fileName: string)
src/Proxy.ts:8
Method
constructor
(fileName: string)
src/Proxy.ts:27
Method
constructor
(abcStock: Stock)
src/Command.ts:22
Method
constructor
(abcStock: Stock)
src/Command.ts:34
Method
constructor
(type)
src/Adapter.ts:25
Method
constructor
()
src/Singleton.ts:4
Method
constructor
()
src/Singleton.ts:15
Method
constructor
()
src/Singleton.ts:38
Method
constructor
()
src/ServiceLocator.ts:49
Method
constructor
(x: number, y: number, radius: number, drawApi: DrawApi)
src/Bridge.ts:34
Method
constructor
(color: string)
src/Flyweight.ts:10
Method
constructor
(subject: Subject)
src/Observer.ts:33
Method
constructor
(subject: Subject)
src/Observer.ts:47
Method
constructor
(subject: Subject)
src/Observer.ts:61
Method
constructor
(name: string)
src/NullObject.ts:9
Method
constructor
(decoratedShape : Shape)
src/Decorator.ts:30
Method
constructor
()
src/State.ts:32
Method
constructor
(name: string, rollNo: number)
src/TransferObject.ts:10
Method
constructor
()
src/TransferObject.ts:37
Method
constructor
(model: Student,view: StudentView)
src/MVC.ts:30
Method
constructor
()
src/Visitor.ts:30
Method
constructor
(data: string)
src/Interpreter.ts:7
Method
constructor
(expr1: Expression, expr2: Expression)
src/Interpreter.ts:22
Method
constructor
(expr1: Expression, expr2: Expression)
src/Interpreter.ts:36
Method
constructor
(strategy: Strategy)
src/Strategy.ts:27
Method
constructor
(target: Target)
src/InterceptingFilter.ts:56
Method
constructor
(public name: string, public gender: string, public maritalStatus: string)
src/Filter.ts:2
Method
constructor
(public criteria: Criteria, public otherCriteria: Criteria)
src/Filter.ts:30
Method
constructor
(public criteria: Criteria, public otherCriteria: Criteria)
src/Filter.ts:39
Method
constructor
(name: string)
src/Mediator.ts:19
Method
constructor
(state: string)
src/Memento.ts:4
Method
constructor
()
src/Facade.ts:29
Method
constructor
(name: string, dept: string, sal: number)
src/Composite.ts:8
Method
constructor
(level : number)
src/ChainResponsibility.ts:30
Method
constructor
(level: number)
src/ChainResponsibility.ts:43
Method
constructor
(level: number)
src/ChainResponsibility.ts:56
Method
constructor
()
src/FrontController.ts:17
Method
constructor
()
src/FrontController.ts:35
Method
deleteStudent
(student: Student)
src/DataAccessObject.ts:32
Method
deleteStudent
(student: Student)
src/DataAccessObject.ts:47
Method
deleteStudent
(student: StudentVO)
src/TransferObject.ts:44
Method
display
()
src/Proxy.ts:13
Method
display
()
src/Proxy.ts:31
Method
doAction
(context: Context)
src/State.ts:7
Method
doAction
(context: Context)
src/State.ts:19
Method
doOperation
(num1: number, num2: number)
src/Strategy.ts:7
Method
doOperation
(num1: number, num2: number)
src/Strategy.ts:13
Method
doOperation
(num1: number, num2: number)
src/Strategy.ts:19
Method
doProcessing
()
src/BusinessDelegate.ts:8
Method
doProcessing
()
src/BusinessDelegate.ts:14
Method
doTask
()
src/BusinessDelegate.ts:40
Function
draw
()
src/Decorator.ts:23
Method
draw
()
src/Prototype.ts:34
Method
draw
()
src/Prototype.ts:41
Method
draw
()
src/Prototype.ts:48
Method
draw
(radius: number, x : number, y : number)
src/Bridge.ts:9
Method
draw
(radius: number, x: number, y: number)
src/Bridge.ts:16
Method
draw
()
src/Bridge.ts:41
Method
draw
()
src/Flyweight.ts:2
Method
draw
()
src/Flyweight.ts:14
Method
draw
()
src/Decorator.ts:3
Method
draw
()
src/Decorator.ts:8
Method
draw
()
src/Decorator.ts:14
Method
draw
()
src/Decorator.ts:34
Method
draw
()
src/Facade.ts:7
Method
draw
()
src/Facade.ts:13
Method
draw
()
src/Facade.ts:19
Method
endPlay
()
src/Template.ts:36
Method
execute
()
src/Command.ts:26
Method
execute
()
src/Command.ts:38
Method
execute
()
src/ServiceLocator.ts:13
Method
execute
()
src/ServiceLocator.ts:23
Method
execute
(request: string)
src/InterceptingFilter.ts:14
Method
execute
(request: string)
src/InterceptingFilter.ts:20
Method
execute
(request: string)
src/InterceptingFilter.ts:27
Method
execute
(request: string)
src/InterceptingFilter.ts:40
Method
getAllStudents
()
src/DataAccessObject.ts:54
← previous
next →
101–200 of 275, ranked by callers