| Package | Description |
|---|---|
| java8.util.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
| Class and Description |
|---|
| FunctionalInterface
An informative annotation type used to indicate that an interface
type declaration is intended to be a functional interface as
defined by the Java Language Specification.
|