Java Optional - Use it in Fluent Style

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

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

  • @viraj_shetty
    @viraj_shetty  11 หลายเดือนก่อน +2

    Hi All - Use link below for my popular Java courses.
    Virtual Threads - www.mudraservices.com/udemycoupon.html?course=vthread
    Java Generics - www.mudraservices.com/udemycoupon.html?course=jgen
    For more of my courses, check out - www.mudraservices.com

  • @JavaWedsPython
    @JavaWedsPython 11 หลายเดือนก่อน +1

    Great video @Viraj

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

      I am glad you enjoyed

  • @shadodado7153
    @shadodado7153 9 หลายเดือนก่อน +1

    on 09:19 why are you not checking for isPresent on the example 2 below?

    • @viraj_shetty
      @viraj_shetty  9 หลายเดือนก่อน

      Good question. We don't require the check. The filter() and map() methods will automatically return empty optional if Users.getUser(..) returns an Empty optional. So, we can get away without any null checks.

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

    Amazing

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

      I am happy you enjoyed it !