Skip to content

Commit e39936e

Browse files
committed
joining() terminal Operations
1 parent ca1f373 commit e39936e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modern-Java-Examples/src/com/learn/streams_terminal/StreamsJoiningExample.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
import java.util.stream.Collectors;
77

8+
/**
9+
* joining() used to concatenates the input elements into a
10+
* {@code String}, in encounter order.
11+
*/
812
public class StreamsJoiningExample {
913

1014
public static void main(String[] args) {

0 commit comments

Comments
 (0)