Skip navigation links
A B C E G H I P R S T W 

A

addAllToNumbers(Collection<Integer>) - Method in class io.sundr.examples.arrays.PersonFluent
 
addAllToPlayers(Collection<Person>) - Method in class io.sundr.examples.arrays.GameFluent
 
addNewPlayer(String, String, int[]) - Method in class io.sundr.examples.arrays.GameFluent
 
addNewPlayer() - Method in class io.sundr.examples.arrays.GameFluent
 
addNewPlayerLike(Person) - Method in class io.sundr.examples.arrays.GameFluent
 
addToNumbers(int, Integer) - Method in class io.sundr.examples.arrays.PersonFluent
 
addToNumbers(Integer...) - Method in class io.sundr.examples.arrays.PersonFluent
 
addToPlayers(int, Person) - Method in class io.sundr.examples.arrays.GameFluent
 
addToPlayers(Person...) - Method in class io.sundr.examples.arrays.GameFluent
 
and() - Method in class io.sundr.examples.arrays.GameFluent.PlayersNested
 

B

build() - Method in class io.sundr.examples.arrays.GameBuilder
 
build() - Method in class io.sundr.examples.arrays.PersonBuilder
 
buildFirstPlayer() - Method in class io.sundr.examples.arrays.GameFluent
 
buildLastPlayer() - Method in class io.sundr.examples.arrays.GameFluent
 
buildMatchingPlayer(Predicate<PersonBuilder>) - Method in class io.sundr.examples.arrays.GameFluent
 
buildPlayer(int) - Method in class io.sundr.examples.arrays.GameFluent
 
buildPlayers() - Method in class io.sundr.examples.arrays.GameFluent
 

C

copyInstance(Game) - Method in class io.sundr.examples.arrays.GameFluent
 
copyInstance(Person) - Method in class io.sundr.examples.arrays.PersonFluent
 

E

edit() - Method in class io.sundr.examples.arrays.EditableGame
 
edit() - Method in class io.sundr.examples.arrays.EditablePerson
 
EditableGame - Class in io.sundr.examples.arrays
Generated
EditableGame(Person[]) - Constructor for class io.sundr.examples.arrays.EditableGame
 
EditablePerson - Class in io.sundr.examples.arrays
Generated
EditablePerson(String, String, int[]) - Constructor for class io.sundr.examples.arrays.EditablePerson
 
editFirstPlayer() - Method in class io.sundr.examples.arrays.GameFluent
 
editLastPlayer() - Method in class io.sundr.examples.arrays.GameFluent
 
editMatchingPlayer(Predicate<PersonBuilder>) - Method in class io.sundr.examples.arrays.GameFluent
 
editPlayer(int) - Method in class io.sundr.examples.arrays.GameFluent
 
endPlayer() - Method in class io.sundr.examples.arrays.GameFluent.PlayersNested
 
equals(Object) - Method in class io.sundr.examples.arrays.GameFluent
 
equals(Object) - Method in class io.sundr.examples.arrays.PersonFluent
 

G

Game - Class in io.sundr.examples.arrays
 
Game(Person[]) - Constructor for class io.sundr.examples.arrays.Game
 
GameBuilder - Class in io.sundr.examples.arrays
Generated
GameBuilder() - Constructor for class io.sundr.examples.arrays.GameBuilder
 
GameBuilder(GameFluent<?>) - Constructor for class io.sundr.examples.arrays.GameBuilder
 
GameBuilder(GameFluent<?>, Game) - Constructor for class io.sundr.examples.arrays.GameBuilder
 
GameBuilder(Game) - Constructor for class io.sundr.examples.arrays.GameBuilder
 
GameFluent<A extends GameFluent<A>> - Class in io.sundr.examples.arrays
Generated
GameFluent() - Constructor for class io.sundr.examples.arrays.GameFluent
 
GameFluent(Game) - Constructor for class io.sundr.examples.arrays.GameFluent
 
GameFluent.PlayersNested<N> - Class in io.sundr.examples.arrays
 
getFirstName() - Method in class io.sundr.examples.arrays.Person
 
getFirstName() - Method in class io.sundr.examples.arrays.PersonFluent
 
getLastName() - Method in class io.sundr.examples.arrays.Person
 
getLastName() - Method in class io.sundr.examples.arrays.PersonFluent
 
getNumbers() - Method in class io.sundr.examples.arrays.Person
 
getNumbers() - Method in class io.sundr.examples.arrays.PersonFluent
 
getPlayers() - Method in class io.sundr.examples.arrays.Game
 

H

hasFirstName() - Method in class io.sundr.examples.arrays.PersonFluent
 
hashCode() - Method in class io.sundr.examples.arrays.GameFluent
 
hashCode() - Method in class io.sundr.examples.arrays.PersonFluent
 
hasLastName() - Method in class io.sundr.examples.arrays.PersonFluent
 
hasMatchingPlayer(Predicate<PersonBuilder>) - Method in class io.sundr.examples.arrays.GameFluent
 
hasNumbers() - Method in class io.sundr.examples.arrays.PersonFluent
 
hasPlayers() - Method in class io.sundr.examples.arrays.GameFluent
 

I

io.sundr.examples.arrays - package io.sundr.examples.arrays
 

P

Person - Class in io.sundr.examples.arrays
 
Person(String, String, int[]) - Constructor for class io.sundr.examples.arrays.Person
 
PersonBuilder - Class in io.sundr.examples.arrays
Generated
PersonBuilder() - Constructor for class io.sundr.examples.arrays.PersonBuilder
 
PersonBuilder(PersonFluent<?>) - Constructor for class io.sundr.examples.arrays.PersonBuilder
 
PersonBuilder(PersonFluent<?>, Person) - Constructor for class io.sundr.examples.arrays.PersonBuilder
 
PersonBuilder(Person) - Constructor for class io.sundr.examples.arrays.PersonBuilder
 
PersonFluent<A extends PersonFluent<A>> - Class in io.sundr.examples.arrays
Generated
PersonFluent() - Constructor for class io.sundr.examples.arrays.PersonFluent
 
PersonFluent(Person) - Constructor for class io.sundr.examples.arrays.PersonFluent
 

R

removeAllFromNumbers(Collection<Integer>) - Method in class io.sundr.examples.arrays.PersonFluent
 
removeAllFromPlayers(Collection<Person>) - Method in class io.sundr.examples.arrays.GameFluent
 
removeFromNumbers(Integer...) - Method in class io.sundr.examples.arrays.PersonFluent
 
removeFromPlayers(Person...) - Method in class io.sundr.examples.arrays.GameFluent
 
removeMatchingFromPlayers(Predicate<PersonBuilder>) - Method in class io.sundr.examples.arrays.GameFluent
 

S

setFirstName(String) - Method in class io.sundr.examples.arrays.Person
 
setLastName(String) - Method in class io.sundr.examples.arrays.Person
 
setNewPlayerLike(int, Person) - Method in class io.sundr.examples.arrays.GameFluent
 
setNumbers(int[]) - Method in class io.sundr.examples.arrays.Person
 
setPlayers(Person[]) - Method in class io.sundr.examples.arrays.Game
 
setToNumbers(int, Integer) - Method in class io.sundr.examples.arrays.PersonFluent
 
setToPlayers(int, Person) - Method in class io.sundr.examples.arrays.GameFluent
 

T

toString() - Method in class io.sundr.examples.arrays.GameFluent
 
toString() - Method in class io.sundr.examples.arrays.PersonFluent
 

W

withFirstName(String) - Method in class io.sundr.examples.arrays.PersonFluent
 
withLastName(String) - Method in class io.sundr.examples.arrays.PersonFluent
 
withNumbers(int...) - Method in class io.sundr.examples.arrays.PersonFluent
 
withPlayers(Person...) - Method in class io.sundr.examples.arrays.GameFluent
 
A B C E G H I P R S T W 
Skip navigation links

Copyright © 2023. All rights reserved.