Constructor References – Functional-Style ProgrammingConstructor References – Functional-Style Programming
Constructor References A constructor reference is similar to a static method reference, but with the keyword new instead of the static method name, signifying that a constructor of the specified [...]