mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
9 lines
327 B
HTML
9 lines
327 B
HTML
<html>
|
|
<body>
|
|
Reports lambda expressions which can be replaced with a call to a JDK method.
|
|
<p>For example, an expression <code>x -> x</code> of type <code>Function<T, T></code>
|
|
can be replaced with a <code>Function.identity()</code> call.</p>
|
|
<!-- tooltip end -->
|
|
<p><small>New in 2017.1</small></p>
|
|
</body>
|
|
</html> |