map vs flatMap

This commit is contained in:
Umesh Awasthi
2019-06-04 23:22:48 -07:00
parent 6efd697a6c
commit 305f42ef53
5 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.javadevjournal;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}