| Modifier and Type | Class and Description |
|---|---|
class |
EditablePerson
Generated
|
| Modifier and Type | Method and Description |
|---|---|
Person |
GameFluent.buildFirstPlayer() |
Person |
GameFluent.buildLastPlayer() |
Person |
GameFluent.buildMatchingPlayer(Predicate<PersonBuilder> predicate) |
Person |
GameFluent.buildPlayer(int index) |
Person[] |
GameFluent.buildPlayers() |
Person[] |
Game.getPlayers() |
| Modifier and Type | Method and Description |
|---|---|
GameFluent.PlayersNested<A> |
GameFluent.addNewPlayerLike(Person item) |
A |
GameFluent.addToPlayers(int index,
Person item) |
A |
GameFluent.addToPlayers(Person... items) |
protected void |
PersonFluent.copyInstance(Person instance) |
A |
GameFluent.removeFromPlayers(Person... items) |
GameFluent.PlayersNested<A> |
GameFluent.setNewPlayerLike(int index,
Person item) |
void |
Game.setPlayers(Person[] players) |
A |
GameFluent.setToPlayers(int index,
Person item) |
A |
GameFluent.withPlayers(Person... players) |
| Modifier and Type | Method and Description |
|---|---|
A |
GameFluent.addAllToPlayers(Collection<Person> items) |
A |
GameFluent.removeAllFromPlayers(Collection<Person> items) |
| Constructor and Description |
|---|
EditableGame(Person[] players) |
Game(Person[] players) |
PersonBuilder(Person instance) |
PersonBuilder(PersonFluent<?> fluent,
Person instance) |
PersonFluent(Person instance) |
Copyright © 2023. All rights reserved.