Java 7 Type Inference: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Java =TODO= * Java 7 Type Inference for Generic Instance Creation https://docs.oracle.com/javase/7/docs/technotes/guides/language/type-inferenc...")
 
Line 6: Line 6:


* Java 7 Type Inference for Generic Instance Creation https://docs.oracle.com/javase/7/docs/technotes/guides/language/type-inference-generic-instance-creation.html
* Java 7 Type Inference for Generic Instance Creation https://docs.oracle.com/javase/7/docs/technotes/guides/language/type-inference-generic-instance-creation.html
* Type inference used by lambda expression, which can omit the explicit type declaration in the [[Java_8_Lambda_Expressions#Formal_Parameters|formal parameter list]].

Revision as of 19:25, 23 March 2018

Internal

TODO

  • Type inference used by lambda expression, which can omit the explicit type declaration in the formal parameter list.