What is the output type of a lambda expression with the following structure: (String s1, String s2) -> Integer.compare(s1.length(), s2.length())?
What is the output type of a lambda expression with the following structure: (String s1, String s2) -> Integer.compare(s1.length(), s2.length())?