@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Preparing search index...
src/models/Match
MatchFactory
Class MatchFactory
Index
Constructors
constructor
Methods
create
From
Object
create
With
Custom
Initial
State
create
With
Default
Initial
State
Constructors
constructor
new
MatchFactory
()
:
MatchFactory
Returns
MatchFactory
Methods
Static
create
From
Object
createFromObject
(
object
:
any
)
:
MatchImpl
Parameters
object
:
any
Returns
MatchImpl
Static
create
With
Custom
Initial
State
createWithCustomInitialState
(
player1
:
string
,
player2
:
string
,
creationDate
:
Date
,
initialState
:
Board
,
)
:
Match
Parameters
player1
:
string
player2
:
string
creationDate
:
Date
initialState
:
Board
Returns
Match
Static
create
With
Default
Initial
State
createWithDefaultInitialState
(
player1
:
string
,
player2
:
string
,
creationDate
:
Date
,
)
:
Match
Parameters
player1
:
string
player2
:
string
creationDate
:
Date
Returns
Match
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
From
Object
create
With
Custom
Initial
State
create
With
Default
Initial
State
@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Loading...