Functional Interfaces and Lambda Expressions in Java with Examples | Geekific

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024

ความคิดเห็น • 15

  • @yajirobi4071
    @yajirobi4071 ปีที่แล้ว +1

    underrated channel

  • @HappyWiesiek
    @HappyWiesiek 10 หลายเดือนก่อน +4

    I, as a fan subscriber, call for pt. 2 - this content is literally the most informative, and as straightforward as no other (and I've been through shitloads of such). And it's not hinglish (of whom content I do not discard). Academics level of transferring knowledge whished for such quality you provide.

  • @Fun9to5
    @Fun9to5 4 หลายเดือนก่อน

    I never liked these lambdas and functional interfaces... Yes the code is shorter but it's difficult to read.

  • @derryyeh
    @derryyeh 2 ปีที่แล้ว +4

    Amazing content. Your explanation is pure magic and logical. This video explains everything I've been confused with Java Stream methods. Whenever I was using Java Stream API, those methods documentation pops up and I selected those functions and didn't understand the parameters it requires at all. Until now, I can understand! Thanks a million!

    • @geekific
      @geekific  2 ปีที่แล้ว +2

      Wow! Thank YOU :) Glad it was helpful!!

  • @RobertPodosek
    @RobertPodosek ปีที่แล้ว +2

    This is gold. I love how you show how functional interfaces integrate with the streams API and enable it to work. It's all starting to click now. Excellent stuff.

  • @dennismasinde3030
    @dennismasinde3030 ปีที่แล้ว +1

    Glad I found your channel. Awesome content

  • @smikkelbeer7890
    @smikkelbeer7890 2 ปีที่แล้ว +1

    Better explained than my university lecturers could. Thanks.

  • @MEGANE34
    @MEGANE34 8 หลายเดือนก่อน

    Normally we can call static methot in methot reference but in here we can call without static methot in Function interface.how do you do that?
    Thanks

  • @saintjonny
    @saintjonny 6 หลายเดือนก่อน

    Thank you. I was stuck on lambda expressions for days.

  • @javadev-i3z
    @javadev-i3z ปีที่แล้ว

    this is really great content, your videos helps me deep my knowledge, thank you for that!

  • @ppdmartell
    @ppdmartell ปีที่แล้ว

    @geekific what means the generic between default and the returning type? I mean, it is not the returning type. I asked chatgpt but was never able to make it clear.

    • @geekific
      @geekific  ปีที่แล้ว +1

      can you please specify a timestamp for your question?

    • @ppdmartell
      @ppdmartell ปีที่แล้ว

      @@geekific My bad, it's 3:41. By then I haven't recognized it was a generic method and if you don't specify the type parameter the compiler would complain. Thanks for always try to keep track of new questions.

  • @tark5963
    @tark5963 11 หลายเดือนก่อน

    amazing!