| Modifier and Type | Class and Description |
|---|---|
class |
EditablePerson
Generated
|
| Modifier and Type | Method and Description |
|---|---|
Person |
GameFluent.buildFirstPlayer() |
Person |
GameFluentImpl.buildFirstPlayer() |
Person |
GameFluent.buildLastPlayer() |
Person |
GameFluentImpl.buildLastPlayer() |
Person |
GameFluent.buildMatchingPlayer(java.util.function.Predicate<PersonBuilder> predicate) |
Person |
GameFluentImpl.buildMatchingPlayer(java.util.function.Predicate<PersonBuilder> predicate) |
Person |
GameFluent.buildPlayer(java.lang.Integer index) |
Person |
GameFluentImpl.buildPlayer(java.lang.Integer index) |
Person[] |
GameFluent.buildPlayers() |
Person[] |
GameFluentImpl.buildPlayers() |
Person[] |
Game.getPlayers() |
Person[] |
GameFluent.getPlayers()
Deprecated.
|
Person[] |
GameFluentImpl.getPlayers()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GameFluent.PlayersNested<A> |
GameFluent.addNewPlayerLike(Person item) |
GameFluent.PlayersNested<A> |
GameFluentImpl.addNewPlayerLike(Person item) |
A |
GameFluent.addToPlayers(java.lang.Integer index,
Person item) |
A |
GameFluentImpl.addToPlayers(java.lang.Integer index,
Person item) |
A |
GameFluent.addToPlayers(Person... items) |
A |
GameFluentImpl.addToPlayers(Person... items) |
A |
GameFluent.removeFromPlayers(Person... items) |
A |
GameFluentImpl.removeFromPlayers(Person... items) |
GameFluent.PlayersNested<A> |
GameFluent.setNewPlayerLike(java.lang.Integer index,
Person item) |
GameFluent.PlayersNested<A> |
GameFluentImpl.setNewPlayerLike(java.lang.Integer index,
Person item) |
void |
Game.setPlayers(Person[] players) |
A |
GameFluent.setToPlayers(java.lang.Integer index,
Person item) |
A |
GameFluentImpl.setToPlayers(java.lang.Integer index,
Person item) |
A |
GameFluent.withPlayers(Person... players) |
A |
GameFluentImpl.withPlayers(Person... players) |
| Modifier and Type | Method and Description |
|---|---|
A |
GameFluent.addAllToPlayers(java.util.Collection<Person> items) |
A |
GameFluentImpl.addAllToPlayers(java.util.Collection<Person> items) |
A |
GameFluent.removeAllFromPlayers(java.util.Collection<Person> items) |
A |
GameFluentImpl.removeAllFromPlayers(java.util.Collection<Person> items) |
| Constructor and Description |
|---|
EditableGame(Person[] players) |
Game(Person[] players) |
PersonBuilder(Person instance) |
PersonBuilder(Person instance,
java.lang.Boolean validationEnabled) |
PersonBuilder(PersonFluent<?> fluent,
Person instance) |
PersonBuilder(PersonFluent<?> fluent,
Person instance,
java.lang.Boolean validationEnabled) |
PersonFluentImpl(Person instance) |
Copyright © 2022. All Rights Reserved.