MCPcopy Create free account
hub / github.com/amigoscode/java-streams / getLastName

Method getLastName

src/test/java/com/amigoscode/beans/Person.java:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public String getLastName() {
35 return lastName;
36 }
37
38 public String getEmail() {
39 return email;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected