Uses of Class
io.sundr.examples.arrays.Person
-
-
Uses of Person in io.sundr.examples.arrays
Subclasses of Person in io.sundr.examples.arrays Modifier and Type Class Description classEditablePersonGeneratedMethods in io.sundr.examples.arrays that return Person Modifier and Type Method Description PersonGameFluent. buildFirstPlayer()PersonGameFluent. buildLastPlayer()PersonGameFluent. buildMatchingPlayer(Predicate<PersonBuilder> predicate)PersonGameFluent. buildPlayer(int index)Person[]GameFluent. buildPlayers()Person[]Game. getPlayers()Methods in io.sundr.examples.arrays with parameters of type Person Modifier and Type Method Description GameFluent.PlayersNested<A>GameFluent. addNewPlayerLike(Person item)AGameFluent. addToPlayers(int index, Person item)AGameFluent. addToPlayers(Person... items)protected voidPersonFluent. copyInstance(Person instance)AGameFluent. removeFromPlayers(Person... items)GameFluent.PlayersNested<A>GameFluent. setNewPlayerLike(int index, Person item)voidGame. setPlayers(Person[] players)AGameFluent. setToPlayers(int index, Person item)AGameFluent. withPlayers(Person... players)Method parameters in io.sundr.examples.arrays with type arguments of type Person Modifier and Type Method Description AGameFluent. addAllToPlayers(Collection<Person> items)AGameFluent. removeAllFromPlayers(Collection<Person> items)Constructors in io.sundr.examples.arrays with parameters of type Person Constructor Description EditableGame(Person[] players)Game(Person[] players)PersonBuilder(Person instance)PersonBuilder(PersonFluent<?> fluent, Person instance)PersonFluent(Person instance)
-