Java Streams Collectors | PartitioningBy, GroupingBy

Sdílet
Vložit
  • čas přidán 29. 03. 2020
  • Thanks for watching and welcome to my channel. If you liked this tutorial, make sure to subscribe for more !
    Today we'll learn how to use some of the powerful Java 8 features.
    We will create a list of students then Group the results according to a qualifier or a predicate.

Komentáře • 14

  • @skccharan
    @skccharan Před měsícem +1

    Thank you bro. Very easy to follow your examples.❤

  • @mustapharaimilawal8053
    @mustapharaimilawal8053 Před 2 měsíci +1

    Interesting.... thanks for making this video. partioningBy and groupingBy are really interesting, thanks once again.

  • @DurgaShiva7574
    @DurgaShiva7574 Před 5 měsíci +2

    very helpful video, thanks for this, love from India.

  • @afifkhaja
    @afifkhaja Před 11 měsíci +3

    I really needed this. Thanks so much!

  • @Arkainebe
    @Arkainebe Před 6 měsíci +2

    very helpful. Thanks!

  • @giovannisardisco4541
    @giovannisardisco4541 Před rokem +1

    If in groupingBy() do I want only first element?
    For example I want a Map where the key is the idStudent and the value is the Student object.
    Can I make this with groupingBy?

    • @javagrowth6221
      @javagrowth6221  Před rokem

      You can do it in two step
      first : do your grouping treatlent
      second : retrive the 1st element

  • @user-vp4by6sb1m
    @user-vp4by6sb1m Před 3 měsíci +1

    where are you from? I really liked your accent

  • @floriankonig8760
    @floriankonig8760 Před 3 lety +1

    Thanks

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw Před 3 lety +1

    Tq

  • @youssefdev3513
    @youssefdev3513 Před 2 lety +2

    thanks duuuud XD