Java / Methods
What is the target type of lambda expression?
The data type that the methods expect is called the target type. To determine the type of a lambda expression, the Java compiler uses the target type of the context or situation in which the lambda expression was found.
More Related questions...