You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from // 하나의 매개 변수를 받아서 객체를 생성
of // 여러 개의 매개 변수를 받아서 객체를 생성
getInstance | instance // 인스턴스를 생성. 이전에 반환했던 것과 같을 수 있음.
newInstance | create // 새로운 인스턴스를 생성
get[OtherType] // 다른 타입의 인스턴스를 생성. 이전에 반환했던 것과 같을 수 있음.
new[OtherType] // 다른 타입의 새로운 인스턴스를 생성.