- Type Parameters:
R
- the type of the result of the function
- Enclosing class:
- Person
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a function that accepts one
Person
argument and
produces a result.
This is a functional interface
whose functional method is apply(Person)
.
-
Method Summary